WIP: stdio.h

This commit is contained in:
Jeremy Soller
2018-03-03 15:15:50 -07:00
parent 2aff4d41dd
commit e30dec7124
9 changed files with 80 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ extern crate compiler_builtins;
extern crate platform;
extern crate fcntl;
extern crate stdio;
extern crate string;
extern crate unistd;