mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
12 lines
377 B
C
12 lines
377 B
C
|
#ifndef COSMOPOLITAN_LIBC_CALLS_SYSDIR_H_
|
||
|
#define COSMOPOLITAN_LIBC_CALLS_SYSDIR_H_
|
||
|
COSMOPOLITAN_C_START_
|
||
|
|
||
|
const char *GetHostsTxtPath(char *, size_t);
|
||
|
const char *GetServicesTxtPath(char *, size_t);
|
||
|
const char *GetProtocolsTxtPath(char *, size_t);
|
||
|
char *GetSystemDirectoryPath(char *, const char *, size_t);
|
||
|
|
||
|
COSMOPOLITAN_C_END_
|
||
|
#endif /* COSMOPOLITAN_LIBC_CALLS_SYSDIR_H_ */
|