Restructure source files

This commit is contained in:
Mark
2019-09-16 12:40:00 +03:00
parent bf32ccb5b6
commit 256171f69a
38 changed files with 176 additions and 27 deletions
+4
View File
@@ -0,0 +1,4 @@
#pragma once
#include <stddef.h>
size_t strlen(const char *s);