SSBM Decomp
|
Go to the source code of this file.
Macros | |
#define | RAND_MAX 32767 |
Typedefs | |
typedef int(* | _compare_function) (const void *, const void *) |
Functions | |
void | srand (unsigned int seed) |
int | rand (void) |
void | exit (int status) |
size_t | wcstombs (char *dest, const wchar_t *src, size_t max) |
int | atoi (const char *str) |
void | qsort (void *, size_t, size_t, _compare_function) |
#define RAND_MAX 32767 |
typedef int(* _compare_function) (const void *, const void *) |
void srand | ( | unsigned int | seed | ) |
int rand | ( | void | ) |
void exit | ( | int | status | ) |
int atoi | ( | const char * | str | ) |
void qsort | ( | void * | , |
size_t | , | ||
size_t | , | ||
_compare_function | |||
) |