This repository has been archived on 2021-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
OS/pintos-env/pintos/tests/vm/parallel-merge.h

6 lines
170 B
C
Executable file

#ifndef TESTS_VM_PARALLEL_MERGE
#define TESTS_VM_PARALLEL_MERGE 1
void parallel_merge (const char *child_name, int exit_status);
#endif /* tests/vm/parallel-merge.h */