Add freading, fwriting, and stdio_ext.h header

This commit is contained in:
Jeremy Soller
2018-11-22 19:24:48 -07:00
parent b4f36bce17
commit 3cc215caeb
2 changed files with 24 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef _STDIO_EXT_H
#define _STDIO_EXT_H
#include <stdio.h>
#endif /* _STDIO_EXT_H */