blob: c45bf3937e721ed736ca054031e529946d561d4c [file] [log] [blame]
#include "stdio_impl.h"
int(getc_unlocked)(FILE* f) { return getc_unlocked(f); }
weak_alias(getc_unlocked, fgetc_unlocked);
weak_alias(getc_unlocked, _IO_getc_unlocked);