source:
CIVL/mods/dev.civl.abc/src/include/abc/tgmath.h@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 203 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | /* The header tgmath.h defines several families of generic functions. |
| 2 | */ | |
| 3 | #ifndef _TGMATH_ | |
| 4 | #define _TGMATH_ | |
| 5 | ||
| 6 | #include <math.h> | |
| 7 | #include <complex.h> | |
| 8 | ||
| 9 | // TODO: need to define type-generic macros. | |
| 10 | ||
| 11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
