diff options
author | Silvino Silva <silvino@bk.ru> | 2018-03-07 16:58:05 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2018-03-07 16:58:05 +0000 |
commit | 21613ef6f34273fd50876f153f9899dab7eccada (patch) | |
tree | f845452c5630882fb74e42b1ac6780ca48ac1bbb /dev/c/datatypes.html | |
parent | 5d7a23e5d38048d72243a18b60b6f5f7f3d805d2 (diff) | |
download | doc-21613ef6f34273fd50876f153f9899dab7eccada.tar.gz |
dev c added datatypes and debugging
Diffstat (limited to 'dev/c/datatypes.html')
-rw-r--r-- | dev/c/datatypes.html | 35 |
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> |