summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 0 insertions, 7 deletions
diff --git a/README b/README
index c6777887..74920e73 100644
--- a/README
+++ b/README
@@ -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.