Add missing libc headers

This commit is contained in:
Alex
2023-03-20 03:18:25 +02:00
parent 56fa6343fb
commit 2e4c753dab
6 changed files with 60 additions and 0 deletions

4
libc/include/strings.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _STRINGS_H
#define _STRINGS_H
#endif // !_STRINGS_H