mirror of https://github.com/flysand7/ciabatta.git
Some stdio tests
This commit is contained in:
parent
064dfe3a78
commit
b6049794d1
|
@ -9,3 +9,4 @@ a.out
|
||||||
*.o
|
*.o
|
||||||
*.4coder
|
*.4coder
|
||||||
*.rdbg
|
*.rdbg
|
||||||
|
test_folder/
|
1150
test/crt_functions.c
1150
test/crt_functions.c
File diff suppressed because it is too large
Load Diff
3
todo
3
todo
|
@ -53,6 +53,9 @@ stdio.h:
|
||||||
* tmpnam_s
|
* tmpnam_s
|
||||||
* Printing 8.98846567431157854073e+307
|
* Printing 8.98846567431157854073e+307
|
||||||
* Printing negative zero
|
* 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:
|
stdlib.h:
|
||||||
* Strtod base 16 must be correctly rounded
|
* Strtod base 16 must be correctly rounded
|
||||||
|
|
Loading…
Reference in New Issue