about summary refs log tree commit diff stats
path: root/inc/sstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/sstring.h')
-rw-r--r--inc/sstring.h12
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