#include <stdbool.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.
Defines | |
| #define | SIZE (128 * 1024) |
Functions | |
| void | test_main (void) |
Variables | |
| static char | buf [SIZE] |
| #define SIZE (128 * 1024) |
Definition at line 10 of file page-shuffle.c.
| void test_main | ( | void | ) |
char buf[SIZE] [static] |
Definition at line 12 of file page-shuffle.c.
1.5.6