def GnuExtensions : StandardSpec<"GNUExtensions"> { HeaderSpec Math = HeaderSpec< "math.h", [], // Macros [], // Types [], // Enumerations [ FunctionSpec< "sincosf", RetValSpec, [ArgSpec, ArgSpec, ArgSpec] >, ] >; let Headers = [ Math, ]; }