X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ftgmath.h;h=df1d2b8d22d836cf3a9e3e7d4c859019d5f9579e;hb=refs%2Ftags%2FOLD;hp=976715b668b559a05837bb5d20353067f7bc6e7e;hpb=1e221deb9ee725a14b3656f94e2763f8faeb18dc;p=pdclib diff --git a/includes/tgmath.h b/includes/tgmath.h index 976715b..df1d2b8 100644 --- a/includes/tgmath.h +++ b/includes/tgmath.h @@ -1,15 +1,18 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- -// TODO -// ---------------------------------------------------------------------------- +/* ---------------------------------------------------------------------------- + * $Id$ + * ---------------------------------------------------------------------------- + * Public Domain C Library - http://pdclib.sourceforge.net + * This code is Public Domain. Use, modify, and redistribute at will. + * ---------------------------------------------------------------------------- + * Type-generic math + * --------------------------------------------------------------------------*/ -#ifndef __TGMATH_H -#define __TGMATH_H __TGMATH_H +#ifndef _TGMATH_H +#define _TGMATH_H _TGMATH_H -// TODO +/* Generics, despite necessary for implementing tgmath.h, are not part of the + * C language proper; it is - to my knowledge - not possible to implement this + * header in any implementation-independent way. + */ -#endif // __TGMATH_H +#endif /* _TGMATH_H */