aboutsummaryrefslogtreecommitdiffstats
path: root/io/wrap/fgetc.c
blob: 5c4de4704a7f9efab38240382c791b1827679bb2 (plain) (blame)
1
2
3
4
#define NO_OPAQUE_TYPE
#include "io.h"

int _fgetc_wrap(FILE *stream) { return getc(stream); }