2023-07-29 18:44:15 -07:00
|
|
|
#ifndef COSMOPOLITAN_LIBC_COSMO_H_
|
|
|
|
#define COSMOPOLITAN_LIBC_COSMO_H_
|
|
|
|
COSMOPOLITAN_C_START_
|
|
|
|
|
2024-06-01 03:19:53 -07:00
|
|
|
errno_t cosmo_once(_Atomic(unsigned) *, void (*)(void)) libcesque;
|
2024-01-09 01:26:03 -08:00
|
|
|
int systemvpe(const char *, char *const[], char *const[]) libcesque;
|
2024-06-01 03:19:53 -07:00
|
|
|
char *GetProgramExecutableName(void) libcesque;
|
|
|
|
void unleaf(void) libcesque;
|
|
|
|
int __demangle(char *, const char *, size_t) libcesque;
|
|
|
|
int __is_mangled(const char *) libcesque;
|
2023-07-29 18:44:15 -07:00
|
|
|
|
|
|
|
COSMOPOLITAN_C_END_
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_COSMO_H_ */
|