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