Branch sync and push, reformated and made the OS look more "official"

This commit is contained in:
cowmonk 2025-04-17 21:32:48 -07:00
parent 13389f9617
commit 59e39d9842
9 changed files with 270 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#ifndef STRING_H
#define STRING_H
#include <stddef.h>
size_t strlen(const char* str);
#endif // STRING_H