Add stddef.h and libc headers cleanup (#396)

* Move headers to include/libc

* stddef

* move math.h

* General cleanup

* move fabs, sqrtf and sqrt to math.h

* move alloca and assert

* whoops
This commit is contained in:
Anghelo Carvajal
2021-11-05 23:44:58 -03:00
committed by GitHub
parent 49f55ff005
commit e70a8fbb99
23 changed files with 72 additions and 51 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
#ifndef _XSTDIO_H_
#define _XSTDIO_H_
#include "stdarg.h"
#include "libc/stdarg.h"
typedef struct {
/* 0x0 */ union {