SSBM Decomp
Loading...
Searching...
No Matches
stdlib.h File Reference
#include <stddef.h>
#include <wchar.h>

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)

Macro Definition Documentation

◆ RAND_MAX

#define RAND_MAX   32767

Function Documentation

◆ srand()

void srand ( unsigned int seed)

◆ rand()

int rand ( void )

◆ abort()

void abort ( void )

◆ exit()

void exit ( int status)

◆ wcstombs()

size_t wcstombs ( char * dest,
const wchar_t * src,
size_t max )

Widechar to multibyte string conversion, doesn't care about proper conversion though?

◆ abs()

int abs ( int x)
inlinestatic