Re-added BSD string functions

This commit is contained in:
2023-05-01 08:10:00 +03:00
parent a04cd735de
commit 19cc2f3e34
61 changed files with 308 additions and 297 deletions

View File

@ -26,6 +26,8 @@
#include <sys/signal.h>
#include <sys/wait.h>
#include <bsd/string.h>
#include <pthread.h>
#include <semaphore.h>