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/qsort.h

8 lines
157 B
C
Executable file

#ifndef TESTS_VM_QSORT_H
#define TESTS_VM_QSORT_H 1
#include <stddef.h>
void qsort_bytes (unsigned char *buf, size_t size);
#endif /* tests/vm/qsort.h */