Some stdio tests

This commit is contained in:
flysand7 2023-06-24 14:42:11 +11:00
parent 064dfe3a78
commit b6049794d1
3 changed files with 609 additions and 545 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ a.out
*.o
*.4coder
*.rdbg
test_folder/

File diff suppressed because it is too large Load Diff

3
todo
View File

@ -53,6 +53,9 @@ stdio.h:
* tmpnam_s
* Printing 8.98846567431157854073e+307
* Printing negative zero
* Add functions for testing a file path, creating directories
* Fix the bug where if a file wasn't closed the thing crashes when
trying to flush the buffer
stdlib.h:
* Strtod base 16 must be correctly rounded