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