tcp_cmd
Add tcp_cmd_remove_leading_space + tests
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <ctype.h>
|
||||
|
||||
void tcp_cmd_remove_newline(char* str, size_t len);
|
||||
char* tcp_cmd_remove_leading_space(char* str, size_t len);
|
||||
char* tcp_cmd_get_filename_ext(char* filename);
|
||||
char* tcp_cmd_get_next_token(char* input, const char* delimiters, char** next);
|
||||
void tcp_cmd_init(void);
|
||||
|
||||
Reference in New Issue
Block a user