Quote Originally Posted by GNU-Fan View Post
There is a difference between the C runtime library (GNU libc), the Linux syscalls and the GNU toolchain (programs).

But often the runtime calls map to single syscalls. (puts for example, I think)
Thanks .