WIP: Define common types

This commit is contained in:
Jeremy Soller
2018-03-03 10:08:16 -07:00
parent d337caafe6
commit a9aae80ae0
14 changed files with 117 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef _STDLIB_H
#define _STDLIB_H
#include <sys/types.h>
#endif /* _STDLIB_H */