We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3c6cf commit 613328aCopy full SHA for 613328a
code/logic/cstring.c
@@ -12,6 +12,8 @@
12
* -----------------------------------------------------------------------------
13
*/
14
#include "fossil/io/cstring.h"
15
+#include <ctype.h>
16
+#include <stdlib.h>
17
18
// ============================================================================
19
// C String Functions
0 commit comments