added concrete implementations of putc(), getc(), getchar() and gets()
commit305d6a9e87b8e92f949fecc30a9c4ab77502cbcd
authorrob <rob@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 27 Feb 2008 02:19:36 +0000 (27 02:19 +0000)
committerrob <rob@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 27 Feb 2008 02:19:36 +0000 (27 02:19 +0000)
tree16462bd3ad366c1de4efa19bd0b1dfe0de06b953
parent15d3c93e4e379b470ead39a5fa9f0573b41f16e3
added concrete implementations of putc(), getc(), getchar() and gets()
this is needed for anything that wants to link against real functions, such as libstdc++

git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@27921 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/clib/getc.c [new file with mode: 0644]
compiler/clib/getchar.c [new file with mode: 0644]
compiler/clib/gets.c [new file with mode: 0644]
compiler/clib/include/sys/syscall.def
compiler/clib/mmakefile.src
compiler/clib/putc.c [new file with mode: 0644]