diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 23:27:02 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 23:27:02 -0500 |
| commit | 86f3a8054445ffe8650b7da7450234414b5b1789 (patch) | |
| tree | 7dd6b1a278d85ca821eb608caf22231a773b2ea1 /builtins/string.h | |
| parent | 20b4c6f4973adf52ed3eef57df3aa8d19fef554c (diff) | |
Split out parts into appropriate headers
Diffstat (limited to 'builtins/string.h')
| -rw-r--r-- | builtins/string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/builtins/string.h b/builtins/string.h index 51862520..48c39ae5 100644 --- a/builtins/string.h +++ b/builtins/string.h @@ -5,6 +5,9 @@ #include "types.h" +#define String_t CORD +#define Str_t CORD + typedef struct { CORD *data; unsigned long int length:42; |
