The getchar() Of Today Is:
uClibc! again getchar() is a macro, but in uClibc it expands to another macro - __GETC is defined differently depending on whether the platform has thread support
as uClibc is intended for embedded systems it is common not to need threading at all!










