diff options
| -rw-r--r-- | README | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -40,13 +40,6 @@ pointer 32 32 64 64 64 The aformentioned symbol is used, among other places, for the proper definition of size_t, ssize_t, and intptr_t. -The implementation of <complex.h> depends on the compilers representation of -_Complex types being the same as an array of two of the underlying floating -point type, with the first being the real part and the second being the -imaginary part. That is, for each type t in float, double, and long double, -the declaration union { _Complex t c; t f[2]; }; should be usable to directly -manipulate the real and imaginary members of the complex type. - Coding Style ------------ Start with K&R. Indents are tabs. Tabs are 8 spaces. |
