From d30461672662822394a9e0bf32083cf2a9cd0558 Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Tue, 4 Feb 2025 02:34:21 -0600 Subject: fix luna's interesting decisions --- inc/sstring.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'inc/sstring.h') 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 -- cgit 1.4.1-2-gfad0