blob: 1a38604e89e9d682470ab23482cdffa2d1f5be65 [file] [log] [blame]
#include "stdio_impl.h"
int putchar_unlocked(int c) { return putc_unlocked(c, stdout); }