// putstr.h void putstr(char *str); void putU8(unsigned char number); void putS16(short number); void putint(int number);