]> pd.if.org Git - pdclib/blob - includes/tgmath.h
Re-import from Subversion.
[pdclib] / includes / tgmath.h
1 /* ----------------------------------------------------------------------------
2  * $Id$
3  * ----------------------------------------------------------------------------
4  * Public Domain C Library - http://pdclib.sourceforge.net
5  * This code is Public Domain. Use, modify, and redistribute at will.
6  * ----------------------------------------------------------------------------
7  * Type-generic math
8  * --------------------------------------------------------------------------*/
9
10 #ifndef _TGMATH_H
11 #define _TGMATH_H _TGMATH_H
12
13 /* Generics, despite necessary for implementing tgmath.h, are not part of the
14  * C language proper; it is - to my knowledge - not possible to implement this
15  * header in any implementation-independent way.
16  */
17
18 #endif /* _TGMATH_H */