mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
13 lines
465 B
C
13 lines
465 B
C
#ifndef COSMOPOLITAN_LIBC_COSMO_H_
|
|
#define COSMOPOLITAN_LIBC_COSMO_H_
|
|
COSMOPOLITAN_C_START_
|
|
|
|
errno_t cosmo_once(_Atomic(unsigned) *, void (*)(void)) libcesque;
|
|
int systemvpe(const char *, char *const[], char *const[]) libcesque;
|
|
char *GetProgramExecutableName(void) libcesque;
|
|
void unleaf(void) libcesque;
|
|
int __demangle(char *, const char *, size_t) libcesque;
|
|
int __is_mangled(const char *) libcesque;
|
|
|
|
COSMOPOLITAN_C_END_
|
|
#endif /* COSMOPOLITAN_LIBC_COSMO_H_ */
|