mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-10 03:52:00 -04:00
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:
+2
-1
@@ -1,6 +1,7 @@
|
||||
#ifndef _XSTDIO_H_
|
||||
#define _XSTDIO_H_
|
||||
#include "stdarg.h"
|
||||
|
||||
#include "libc/stdarg.h"
|
||||
|
||||
typedef struct {
|
||||
/* 0x0 */ union {
|
||||
|
||||
Reference in New Issue
Block a user