mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix -l and -L build options.
This commit is contained in:
@@ -99,6 +99,7 @@ void taskqueue_wait_for_completion(TaskQueueRef queue);
|
||||
|
||||
|
||||
const char *str_remove_suffix(const char *name, const char *suffix);
|
||||
bool str_has_suffix(const char *name, const char *suffix);
|
||||
char *str_trim(char *str);
|
||||
const char *str_trim_start(const char *str);
|
||||
void str_trim_end(char *str);
|
||||
|
||||
Reference in New Issue
Block a user