iconv: add aliases for GBK
[musl.git] / src / stdio / getc_unlocked.c
blobb38dad1672b8ae33bfeb1ee7d4a21e9d84c208ad
1 #include "stdio_impl.h"
3 int (getc_unlocked)(FILE *f)
5 return getc_unlocked(f);
8 weak_alias (getc_unlocked, fgetc_unlocked);
9 weak_alias (getc_unlocked, _IO_getc_unlocked);