blob: b47876c9f7541580f13f081f97d59fe3625073a7 [file] [log] [blame]
#include "stdio_impl.h"
int (putc_unlocked)(int c, FILE *f)
{
return putc_unlocked(c, f);
}
weak_alias(putc_unlocked, fputc_unlocked);