#ifndef _STDLIB_H
#define _STDLIB_H
#ifdef __cplusplus
extern "C" {
#endif
_Noreturn void abort (void);
int abs (int);
}