|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|
#include <string.h>#include "tests/arc4.h"#include "tests/cksum.h"#include "tests/lib.h"#include "tests/main.h"
Go to the source code of this file.
Functions | |
| void | test_main (void) |
| Read from an address 4,096 bytes below the stack pointer. More... | |
| void test_main | ( | void | ) |
Read from an address 4,096 bytes below the stack pointer.
The process must be terminated with -1 exit code.
Definition at line 11 of file pt-grow-bad.c.
1.8.16