diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2026-02-20 00:18:03 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2026-02-20 00:20:46 -0500 |
| commit | 2727705528aa70f46fab2666b76ab0043469ff80 (patch) | |
| tree | 991388893132a166d782aa11c56c1db578b86552 /src/stdlib/paths.c | |
| parent | 92c2eadcf55befba95d461aa0ea8e2feb3664cdc (diff) | |
Code cleanup and copy over some CString methods to path
Diffstat (limited to 'src/stdlib/paths.c')
| -rw-r--r-- | src/stdlib/paths.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stdlib/paths.c b/src/stdlib/paths.c index db596b04..907467bd 100644 --- a/src/stdlib/paths.c +++ b/src/stdlib/paths.c @@ -867,5 +867,8 @@ const TypeInfo_t Path$info = { .compare = CString$compare, .equal = CString$equal, .hash = CString$hash, + .is_none = CString$is_none, + .serialize = CString$serialize, + .deserialize = CString$deserialize, }, }; |
