|
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) |
| Allocates and writes to a 64 kB object on the stack. More... | |
| void test_main | ( | void | ) |
Allocates and writes to a 64 kB object on the stack.
This must succeed.
Definition at line 11 of file pt-big-stk-obj.c.
References arc4_crypt(), arc4_init(), cksum(), memset(), and msg().

1.8.16