diff options
author | EuAndreh <eu@euandre.org> | 2024-04-16 09:26:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-04-16 09:26:11 -0300 |
commit | 5e7e9cca7bbaaa490e61f297be3e24b0607b6c48 (patch) | |
tree | f98b937902d23004c3525dd3c0a1b6426636a369 /tests | |
parent | deps.mk: Add correct dependency for i18n.c (diff) | |
download | pindaiba-5e7e9cca7bbaaa490e61f297be3e24b0607b6c48.tar.gz pindaiba-5e7e9cca7bbaaa490e61f297be3e24b0607b6c48.tar.xz |
src/string.c: Add new empty file structure
Diffstat (limited to 'tests')
-rw-r--r-- | tests/string.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/string.c b/tests/string.c new file mode 100644 index 0000000..4d1ee74 --- /dev/null +++ b/tests/string.c @@ -0,0 +1,6 @@ +#include "../src/string.c" + +int +main(void) { + return 0; +} |