mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
add 'strdup' reference to libc
This commit is contained in:
committed by
Christoffer Lerno
parent
affb722b23
commit
adabae2a24
@@ -168,6 +168,7 @@ extern fn CInt strcmp(ZString str1, ZString str2);
|
||||
extern fn CInt strcoll(ZString str1, ZString str2);
|
||||
extern fn usz strcspn(ZString str1, ZString str2);
|
||||
extern fn ZString strcpy(ZString dst, ZString src);
|
||||
extern fn ZString strdup(ZString s);
|
||||
extern fn ZString strerror(CInt errn);
|
||||
extern fn usz strftime(char* dest, usz maxsize, ZString format, Tm* timeptr);
|
||||
extern fn usz strlen(ZString str);
|
||||
|
||||
Reference in New Issue
Block a user