diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,3 +20,5 @@ #include <string.h> char* trimwhitespace(char* str); + +int cut_str(char* str, int begin, int len); |
![]() |
index : cmud | |
Learning C networking with a MUD |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/util.h | 2 |
@@ -20,3 +20,5 @@ #include <string.h> char* trimwhitespace(char* str); + +int cut_str(char* str, int begin, int len); |