diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-07-26 13:28:18 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-07-26 13:28:18 -0400 |
| commit | cfe46ee393aa3c9a2344a916bccfc4a69d4b8b77 (patch) | |
| tree | a5953090e0cb9c9d66b622d91012111ab30a89ea /builtins/util.h | |
| parent | 87785555eca3b7166d5f1af658a08f58a64340ed (diff) | |
Replace heap_strn() with GC_strndup()
Diffstat (limited to 'builtins/util.h')
| -rw-r--r-- | builtins/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtins/util.h b/builtins/util.h index 5b71fa2b..08de9779 100644 --- a/builtins/util.h +++ b/builtins/util.h @@ -25,7 +25,6 @@ extern bool USE_COLOR; -char *heap_strn(const char *str, size_t len); char *heap_str(const char *str); char *heap_strf(const char *fmt, ...); CORD CORD_asprintf(CORD fmt, ...); |
