diff options
Diffstat (limited to 'sb.h')
-rw-r--r-- | sb.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1,10 +0,0 @@ -#ifndef _SB_INCLUDE -#define _SB_INCLUDE - -typedef struct node node; -node* newsb(size_t cap); -node* appendsb(node* tail, const char* str); -char* tostr(node* head); -int lensb(node* head); - -#endif |