__putstr
__putstr(p);
void __putstr(const char *s);
#define error_putstr(__x) __putstr(__x)
#define debug_putstr(__x) __putstr(__x)