0b44a031
e3cd6c5c
1 2
3
4
5
6 7 8
#include "stdio_impl.h" int (putc_unlocked)(int c, FILE *f) { return putc_unlocked(c, f); } weak_alias(putc_unlocked, fputc_unlocked);