summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-03-12 13:36:08 +0100
committerGitHub <[email protected]>2020-03-12 13:36:08 +0100
commit44f156282821e5265f289bc552310dc92f9f293d (patch)
tree09ad4c24cafdd1e69bb5eb1d7405fd37de2af638
parent4002a45bfad63beed7e2865a5657e4639dfe7e35 (diff)
downloadSTC-modified-44f156282821e5265f289bc552310dc92f9f293d.tar.gz
STC-modified-44f156282821e5265f289bc552310dc92f9f293d.zip
Update and rename c_string.h to clib/cstring.h
-rw-r--r--clib/cstring.h (renamed from c_string.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_string.h b/clib/cstring.h
index b659066d..2e5de366 100644
--- a/c_string.h
+++ b/clib/cstring.h
@@ -28,7 +28,7 @@
#include <string.h>
#include <stdint.h>
-#include "c_defs.h"
+#include "cdefs.h"
typedef struct CString {
char* str;