PKUOS - Pintos
Pintos source browser for PKU Operating System course
src
tests
vm
qsort.h
Go to the documentation of this file.
1
#ifndef TESTS_VM_QSORT_H
2
#define TESTS_VM_QSORT_H 1
3
4
#include <
stddef.h
>
5
6
void
qsort_bytes
(
unsigned
char
*
buf
,
size_t
size);
7
8
#endif
/**< tests/vm/qsort.h */
buf
static char buf[BUF_SIZE]
Definition:
child-syn-read.c:16
qsort_bytes
void qsort_bytes(unsigned char *buf, size_t size)
tests/vm/qsort.h
Definition:
qsort.c:114
stddef.h
Generated on Thu Nov 4 2021 19:31:01 for PKUOS - Pintos by
1.9.2