mirror of
https://github.com/diegocr/libnix.git
synced 2026-09-13 04:01:10 +00:00
5 lines
69 B
C
5 lines
69 B
C
#include <stdio.h>
|
|
|
|
int fgetc(FILE *stream)
|
|
{ return getc(stream); }
|