File: asylum_os.h

package info (click to toggle)
asylum 0.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,424 kB
  • sloc: ansic: 7,476; makefile: 91; sh: 43
file content (4 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (4)
1
2
3
4
#if defined(__HAIKU__) || defined(_WIN32)
#define HAVE_GET_EXE_PATH
char *get_exe_path(char *buf, int bufsize);
#endif