CS318 - Pintos
Pintos source browser for JHU CS318 course
|
int atoi(const char *s)
Converts a string representation of a signed decimal integer in S into an ‘int’, which is returned.
#define UNUSED
GCC lets us add "attributes" to functions, function parameters, etc.
int main(int argc UNUSED, char *argv[])
const char * test_name
Child process run by multi-child-fd test.
void fail(const char *format,...)
void msg(const char *format,...)
static int isdigit(int c)