getc is an alias to fgetc but aliases are only available in linklibs
Using getc here means that getc from stdcio.library was used and FILE
structure definitions are not compatible between posixc and stdcio
resulting in getc_unlocked function not working.
getc is an alias to fgetc but aliases are only available in linklibs Using getc here means that getc from stdcio.library was used and FILE structure definitions are not compatible between posixc and stdcio resulting in getc_unlocked function not working.