mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Added $$TIME, $$DATE, $$FUNCTION. Builtin defines listed.
This commit is contained in:
committed by
Christoffer Lerno
parent
1d39fc475f
commit
a281dbe812
@@ -98,6 +98,8 @@ void taskqueue_add(TaskQueueRef queue, Task *task);
|
||||
void taskqueue_destroy(TaskQueueRef queue);
|
||||
void taskqueue_wait_for_completion(TaskQueueRef queue);
|
||||
|
||||
const char *date_get(void);
|
||||
const char *time_get(void);
|
||||
|
||||
const char *str_remove_suffix(const char *name, const char *suffix);
|
||||
bool str_has_suffix(const char *name, const char *suffix);
|
||||
|
||||
Reference in New Issue
Block a user