CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
setitimer-helper.c File Reference
#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>
Include dependency graph for setitimer-helper.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int argc   ,
char *  argv[] 
)

Definition at line 11 of file setitimer-helper.c.

References EXIT_FAILURE, LONG_MAX, and NULL.