9 lines
101 B
C
9 lines
101 B
C
#ifndef _MACHO_H
|
|
#define _MACHO_H
|
|
|
|
extern "C" {
|
|
int dyld_get_executable_path(char** path);
|
|
}
|
|
|
|
#endif
|