blob: 1cc5d160067edbe127e2ce65add40e4774c0be0d (
plain) (
tree)
|
|
#ifndef DEF_STDLIB_H
#define DEF_STDLIB_H
#include <types.h>
#include <tce/syscall.h>
#ifdef __cplusplus
extern "C" { namespace libc {
#endif
void abort();
extern volatile int errno;
#ifdef __cplusplus
} }
#endif
#include <_dlmalloc.h>
#endif
|