|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|
#include <stdio.h>#include <syscall.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 5 of file echo.c.
References EXIT_SUCCESS, and printf().

1.8.16