|
SSBM Decomp
|
Go to the source code of this file.
Macros | |
| #define | RAND_MAX 32767 |
Functions | |
| void | srand (unsigned int seed) |
| int | rand (void) |
| void | abort (void) |
| void | exit (int status) |
| size_t | wcstombs (char *dest, const wchar_t *src, size_t max) |
| Widechar to multibyte string conversion, doesn't care about proper conversion though? | |
| static int | abs (int x) |
| #define RAND_MAX 32767 |
| void srand | ( | unsigned int | seed | ) |
| int rand | ( | void | ) |
| void abort | ( | void | ) |
| void exit | ( | int | status | ) |
Widechar to multibyte string conversion, doesn't care about proper conversion though?
|
inlinestatic |