about summary refs log tree commit diff stats
path: root/dev/c/datatypes.html
blob: 6d6b76da86f1fb4044da3fdd0af429dbfa37512e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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>