diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 20:18:08 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 20:18:08 -0400 |
| commit | c455e7b67d2e55e6ed03e3449203d4e307f5a7dd (patch) | |
| tree | 27d9d4c77193f7aa1fe3a3c6fe5631d0ccfd59e2 /cordhelpers.c | |
| parent | 816aa29b799132acb8c71d4968df6c4619fb2b1d (diff) | |
Rename builtins/ -> stdlib/
Diffstat (limited to 'cordhelpers.c')
| -rw-r--r-- | cordhelpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cordhelpers.c b/cordhelpers.c index f0e1ab38..5a0066f7 100644 --- a/cordhelpers.c +++ b/cordhelpers.c @@ -3,7 +3,7 @@ #include <gc/cord.h> #include <stdarg.h> -#include "builtins/util.h" +#include "stdlib/util.h" __attribute__((format(printf, 1, 2))) public CORD CORD_asprintf(CORD fmt, ...) |
