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/ctype.h Normal file
View File

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