
#ifndef H_STDLIB
 #define H_STDLIB

void exit(int status) = "\t@quit;\n";

int atoi(const char *str);

#endif /* H_STDLIB */
