mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
- Remove dependency on test tmp library for stdlib compiler tests. #2800
This commit is contained in:
@@ -178,7 +178,7 @@ extern fn CULong strtoul(char* str, char** endptr, CInt base);
|
||||
extern fn usz strxfrm(char* dest, ZString src, usz n);
|
||||
extern fn CInt system(ZString str);
|
||||
extern fn Time_t timegm(Tm* timeptr) @if(!env::WIN32 && !env::NETBSD);
|
||||
extern fn ZString tmpnam(ZString str);
|
||||
extern fn ZString tmpnam(char *buffer);
|
||||
extern fn CFile tmpfile();
|
||||
extern fn CInt ungetc(CInt c, CFile stream);
|
||||
extern fn CInt unsetenv(ZString name) @if(!env::NETBSD);
|
||||
|
||||
Reference in New Issue
Block a user