feat: working include directive
This commit is contained in:
+3
-2
@@ -3,10 +3,11 @@
|
||||
#ifndef STRINGS_H
|
||||
#define STRINGS_H
|
||||
|
||||
char *string_concat(const char *s1, const char *s2);
|
||||
|
||||
unsigned int string_trim(char *str);
|
||||
|
||||
bool string_is_number(char *value);
|
||||
|
||||
char *string_replace_at(char *src, unsigned int from, unsigned int to,
|
||||
char *rpl);
|
||||
|
||||
#endif /* STRINGS_H */
|
||||
Reference in New Issue
Block a user