3 This file is part of the Public Domain C Library (PDCLib).
4 Permission is granted to use, modify, and / or redistribute at will.
11 int getc( struct _PDCLIB_file_t * stream )
13 return fgetc( stream );
19 #include <_PDCLIB_test.h>
23 /* Testing covered by ftell.c */