#include <debug.h>#include <syscall.h>#include "tests/lib.h"#include "tests/main.h"Go to the source code of this file.
Functions | |
| int | main (int argc UNUSED, char *argv[]) |
Variables | |
| const char * | test_name = "child-sort" |
| unsigned char | buf [128 *1024] |
| size_t | histogram [256] |
| int main | ( | int argc | UNUSED, | |
| char * | argv[] | |||
| ) |
| unsigned char buf[128 *1024] |
Definition at line 12 of file child-sort.c.
| const char* test_name = "child-sort" |
Definition at line 10 of file child-sort.c.
1.5.6