CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
echo.c File Reference
#include <stdio.h>
#include <syscall.h>
Include dependency graph for echo.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 5 of file echo.c.

References EXIT_SUCCESS, and printf().

Here is the call graph for this function: