diff options
author | Ren Kararou <[email protected]> | 2025-02-04 02:34:21 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2025-02-04 02:34:21 -0600 |
commit | d30461672662822394a9e0bf32083cf2a9cd0558 (patch) | |
tree | c615427834b92c5ced52f8dd42827f05a07993ea /inc/sstring.h | |
parent | b82890c8576824420f475b1cd4088af97e508601 (diff) | |
download | libspicy-d30461672662822394a9e0bf32083cf2a9cd0558.tar.gz libspicy-d30461672662822394a9e0bf32083cf2a9cd0558.tar.bz2 libspicy-d30461672662822394a9e0bf32083cf2a9cd0558.zip |
fix luna's interesting decisions HEAD dev/strings canon
Diffstat (limited to 'inc/sstring.h')
-rw-r--r-- | inc/sstring.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/inc/sstring.h b/inc/sstring.h index b11644a..7e15a52 100644 --- a/inc/sstring.h +++ b/inc/sstring.h @@ -12,26 +12,14 @@ typedef struct spicy_static_string // I'll put this in later maybe. // CBA to re-generate after git send-email somehow // lost all of this. - int sassign(sstring* restrict dst, const sstring* restrict src); - int cassign(sstring* restrict dst, const char* restrict src); - size_t sstrlen(const sstring* str); - int sassign(sstring* restrict dst, const sstring* restrict src); - int cassign(sstring* restrict dst, const char* restrict src); - int sUPPER(sstring* str); - int slower(sstring* str); - sstring spicycat(const size_t count, ...); - sstring sstringup(); - - - #endif |