cosmopolitan/libc/proc/execve.internal.h

9 lines
219 B
C
Raw Normal View History

2023-02-23 02:58:23 +00:00
#ifndef COSMOPOLITAN_LIBC_CALLS_EXECVE_SYSV_H_
#define COSMOPOLITAN_LIBC_CALLS_EXECVE_SYSV_H_
COSMOPOLITAN_C_START_
bool IsApeLoadable(char[8]);
2023-02-23 02:58:23 +00:00
COSMOPOLITAN_C_END_
#endif /* COSMOPOLITAN_LIBC_CALLS_EXECVE_SYSV_H_ */