5 This file is part of the Public Domain C Library (PDCLib).
6 Permission is granted to use, modify, and / or redistribute at will.
13 int getchar_unlocked( void )
15 return fgetc_unlocked( stdin );
21 return fgetc( stdin );
27 #include <_PDCLIB_test.h>
31 /* Testing covered by ftell.c */