Added file stat.

This commit is contained in:
2016-06-18 01:34:46 -05:00
parent ff3d441329
commit 009d360746
3 changed files with 46 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ int main() {
return 1;
}
// make sure first value was not overwritten
if (fs.read(1, (char*) out, &outSize) ||
strcmp("Hello", out)) {
return 1;