- detecting empty array size even when containing spaces

This commit is contained in:
2017-03-15 13:14:52 +00:00
parent 6291fa4b78
commit f392bb586d
3 changed files with 26 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
#include <string.h>
char* gnu_basename(char *path);
uint32_t xStrCount(char *aStr, char aC);
char* strntrimStatic(char *aStr, size_t aMaxLength);
void xStringTrim(char *aStr, size_t aMaxLength);