diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-18 12:57:49 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-18 12:57:49 -0400 |
| commit | 7622f62935bacc8d040b0aa7fc118bc0b920f00a (patch) | |
| tree | 71e987a9338400d7005b42f89d7cddb81a3431a9 /builtins/text.h | |
| parent | ced54c291906ae84fc5d51fd8140818139965277 (diff) | |
More file comments
Diffstat (limited to 'builtins/text.h')
| -rw-r--r-- | builtins/text.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/builtins/text.h b/builtins/text.h index 4c206cbb..edbd119c 100644 --- a/builtins/text.h +++ b/builtins/text.h @@ -1,4 +1,8 @@ #pragma once + +// Type info and methods for Text datatype, which uses the Boehm "cord" library +// and libunistr + #include <gc/cord.h> #include <stdbool.h> #include <stdint.h> |
