#ifndef VLIBC_TGMATH_H #define VLIBC_TGMATH_H /* * vlibc — . * * Type-generic math. STUB: the type-generic dispatch over is * IMPLEMENTED by the first math todo (#39), not here. This stub exists so * that including alongside the other headers compiles cleanly * today; it deliberately defines no type-generic macros until #39 lands * the function inventory it dispatches to. * * This header is ISO C core and is present in every profile. */ #include #endif /* VLIBC_TGMATH_H */