K 10 svn:author V 7 stefanf K 8 svn:date V 27 2004-08-08T20:05:47.000000Z K 7 svn:log V 363 Implement C99's standard header . It provides type-generic macros for the and functions that have float, double and long double implementations. Such type-generic macros expand to an actual function, depending on the types of the macro arguments, eg. if is included, the invocation cos(1.0f) calls the function cosf(). END