about summary refs log tree commit diff stats
path: root/dev/c/datatypes.html
diff options
context:
space:
mode:
Diffstat (limited to 'dev/c/datatypes.html')
-rw-r--r--dev/c/datatypes.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/dev/c/datatypes.html b/dev/c/datatypes.html
new file mode 100644
index 0000000..6d6b76d
--- /dev/null
+++ b/dev/c/datatypes.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html dir="ltr" lang="en">
+    <head>
+        <meta charset='utf-8'>
+        <title>Datatypes</title>
+    </head>
+    <body>
+        <a href="../index.html">Development Index</a>
+
+        <h1>Datatypes</h1>
+
+        <h2 id="datatypes">Data types</h2>
+
+        <h2 id="int">Integer</h2>
+        <h2 id="double">Real number</h2>
+        <h2 id="complex">Complex number</h2>
+        <h2 id="const">Enumeration</h2>
+        <h2 id="union">Unions</h2>
+        <h2 id="struct">Structures</h2>
+        <h2 id="array">Arrays</h2>
+        <h2 id="pointer">Pointers</h2>
+        <h2 id="it">Incomplete types</h2>
+        <h2 id="tq">Type qualifiers</h2>
+        <h2 id="st">Storage class</h2>
+
+        <a href="../index.html">Development Index</a>
+
+        <p>
+        This is part of the c9-doc Manual.
+        Copyright (C) 2018
+        c9 team.
+        See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
+        for copying conditions.</p>
+    </body>
+</html>