uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
stdlib.h File Reference
#include <reent.h>
#include <malloc.h>
#include <stdio.h>

Go to the source code of this file.

Typedefs

typedef void(* atexit_func_t )(void)
 

Functions

void exit (int status) __attribute__((noreturn))
 
int atexit (atexit_func_t)
 
void qsort (void *base, size_t nel, size_t width, int(*compar)(const void *, const void *))
 

Typedef Documentation

typedef void(* atexit_func_t)(void)

Definition at line 8 of file stdlib.h.

Function Documentation

int atexit ( atexit_func_t  )

Definition at line 46 of file initfini.c.

void exit ( int  status)

Definition at line 58 of file initfini.c.

void qsort ( void *  base,
size_t  nel,
size_t  width,
int(*)(const void *, const void *)  compar 
)

Definition at line 17 of file qsort.c.