Implement argument handling, add string.h

This commit is contained in:
Jeremy Soller
2018-03-03 14:55:54 -07:00
parent 78e421cb72
commit 2aff4d41dd
15 changed files with 132 additions and 27 deletions
-1
View File
@@ -10,7 +10,6 @@ typedef long off_t;
typedef int pid_t;
typedef unsigned long size_t;
typedef long ssize_t;
typedef int useconds_t;