KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
stdlib.h File Reference

KOS-implementation of select POSIX extensions. More...

#include <kos/cdefs.h>

Go to the source code of this file.

Functions

int posix_memalign (void **memptr, size_t alignment, size_t size)
 

Detailed Description

KOS-implementation of select POSIX extensions.

Add select POSIX extensions to stdlib.h which are not present within Newlib.

Author
Falco Girgis

Function Documentation

◆ posix_memalign()

int posix_memalign ( void ** memptr,
size_t alignment,
size_t size )
extern