mescc: Mes C Library: Support gcc-4.6.4: Add abort prototype.

* include/stdlib.h (abort): Add prototype.
This commit is contained in:
Jan Nieuwenhuizen 2019-02-01 09:29:06 +01:00
parent 087a0767a0
commit a3fb84e6a6
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include <sys/types.h>
#include <alloca.h>
void abort (void);
double atof (char const *s);
int atoi (char const *s);
int atexit (void (*function) (void));