summaryrefslogtreecommitdiff
path: root/include/MSL_C/stdlib.h
blob: bf86bcab16cc8250d3ec34b5c4901f79077ef384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef POKEREVO_STDLIB_H
#define POKEREVO_STDLIB_H

#ifdef __cplusplus
extern "C" {
#endif

void qsort(void *base, u32 nmemb, u32 size, 
            s32 (*compar)(const void *, const void *));

#ifdef __cplusplus
}
#endif

#endif //POKEREVO_STDLIB_H