summaryrefslogtreecommitdiff
path: root/src/string.h
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-04-16 09:26:11 -0300
committerEuAndreh <eu@euandre.org>2024-04-16 09:26:11 -0300
commit5e7e9cca7bbaaa490e61f297be3e24b0607b6c48 (patch)
treef98b937902d23004c3525dd3c0a1b6426636a369 /src/string.h
parentdeps.mk: Add correct dependency for i18n.c (diff)
downloadpindaiba-5e7e9cca7bbaaa490e61f297be3e24b0607b6c48.tar.gz
pindaiba-5e7e9cca7bbaaa490e61f297be3e24b0607b6c48.tar.xz
src/string.c: Add new empty file structure
Diffstat (limited to 'src/string.h')
-rw-r--r--src/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string.h b/src/string.h
new file mode 100644
index 0000000..2a60e26
--- /dev/null
+++ b/src/string.h
@@ -0,0 +1 @@
+struct String;