diff options
author | EuAndreh <eu@euandre.org> | 2025-01-12 00:14:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-01-12 14:27:57 -0300 |
commit | 44d56f5311f98a8955c67638e7520963dbd4d845 (patch) | |
tree | fbb2c58c79f1730ff62c83cef116fb5c0e035dfe /src/string.h | |
parent | Replace src/config.h with <s.h>; incorporate changes from other projects (diff) | |
download | pindaiba-44d56f5311f98a8955c67638e7520963dbd4d845.tar.gz pindaiba-44d56f5311f98a8955c67638e7520963dbd4d845.tar.xz |
Revamp lib, simplify it a bit and address some FIXMEs
Diffstat (limited to 'src/string.h')
-rw-r--r-- | src/string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string.h b/src/string.h index 2ae5a98..7b1e27b 100644 --- a/src/string.h +++ b/src/string.h @@ -6,6 +6,8 @@ enum Comparison { Comparison_GT, }; + + int string_new(const char *const string, const struct String **out); |