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

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)
 Widechar to multibyte string conversion, doesn't care about proper conversion though?
int atoi (const char *str)
void qsort (void *, size_t, size_t, _compare_function)

Macro Definition Documentation

◆ RAND_MAX

#define RAND_MAX   32767

Typedef Documentation

◆ _compare_function

typedef int(* _compare_function) (const void *, const void *)

Function Documentation

◆ srand()

void srand ( unsigned int seed)

◆ rand()

int rand ( 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?

◆ atoi()

int atoi ( const char * str)

◆ qsort()

void qsort ( void * ,
size_t ,
size_t ,
_compare_function  )