putchar.h
// putchar.h void putchar(unsigned char ch);
Back