X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ftgmath.h;h=dc3125df065b57a5bdad9f1b7a91e1773e545319;hb=70f1c6f7c9d515ef426da68973511f46de57005a;hp=976715b668b559a05837bb5d20353067f7bc6e7e;hpb=1e221deb9ee725a14b3656f94e2763f8faeb18dc;p=pdclib diff --git a/includes/tgmath.h b/includes/tgmath.h index 976715b..dc3125d 100644 --- a/includes/tgmath.h +++ b/includes/tgmath.h @@ -4,12 +4,15 @@ // Public Domain C Library - http://pdclib.sourceforge.net // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// TODO +// Type-generic math // ---------------------------------------------------------------------------- #ifndef __TGMATH_H #define __TGMATH_H __TGMATH_H -// TODO +// TODO: Generics support, C++ handling + +#include +#include #endif // __TGMATH_H