PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
#include <errno.h>
#include <limits.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int argc | , |
char * | argv[] | ||
) |
Definition at line 11 of file setitimer-helper.c.
References EXIT_FAILURE, LONG_MAX, and NULL.