libc for the amiga version
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Sat, 4 Aug 2018 01:47:34 +0000 (04:47 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Sat, 4 Aug 2018 01:47:34 +0000 (04:47 +0300)
commit08dc7cfecb35a6893f7f8d96196859593272da3b
tree0cec8e0354e2f68b7029579969109023027d2fb1
parentfa6997608f790933b3d4bb9f55d17084f77dfc16
libc for the amiga version
14 files changed:
Makefile.amiga
src/amiga/libc/ctype.c [new file with mode: 0644]
src/amiga/libc/ctype.h [new file with mode: 0644]
src/amiga/libc/inttypes.h [new file with mode: 0644]
src/amiga/libc/libc_asm.s [deleted file]
src/amiga/libc/stdarg.h [new file with mode: 0644]
src/amiga/libc/stdint.h [new file with mode: 0644]
src/amiga/libc/stdio.c [new file with mode: 0644]
src/amiga/libc/stdio.h [new file with mode: 0644]
src/amiga/libc/stdlib.c [new file with mode: 0644]
src/amiga/libc/stdlib.h
src/amiga/libc/string.c [new file with mode: 0644]
src/amiga/libc/string.h
src/game.c