Files
RedBear-OS/tests/.gitignore
T
Dan Robertson ec288a1b53 Add ctype functions and atoi/atol
Add ctype functions
  - isalnum
  - isalpha
  - isascii
  - isdigit
  - islower
  - isspace
  - isupper
Add stdlib functions
  - atoi
  - atol
Fix some warnings
Make a fmt run
2018-03-08 05:26:40 +00:00

22 lines
164 B
Plaintext

/alloc
/args
/atoi
/brk
/chdir
/create
/create.out
/ctype
/dup
/dup.out
/error
/fchdir
/fsync
/ftruncate
/ftruncate.out
/getid
/link
/link.out
/math
/printf
/write