feat(headers): stddef/stdint/stdbool/limits/float/assert + features wiring
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef VLIBC_TGMATH_H
|
||||
#define VLIBC_TGMATH_H
|
||||
|
||||
/*
|
||||
* vlibc — <tgmath.h>.
|
||||
*
|
||||
* Type-generic math. STUB: the type-generic dispatch over <math.h> is
|
||||
* IMPLEMENTED by the first math todo (#39), not here. This stub exists so
|
||||
* that including <tgmath.h> alongside the other headers compiles cleanly
|
||||
* today; it deliberately defines no type-generic macros until #39 lands
|
||||
* the <math.h> function inventory it dispatches to.
|
||||
*
|
||||
* This header is ISO C core and is present in every profile.
|
||||
*/
|
||||
|
||||
#include <vlibc/features.h>
|
||||
|
||||
#endif /* VLIBC_TGMATH_H */
|
||||
Reference in New Issue
Block a user