|
|
1.1 root 1:
2:
3: C keywords Overview C keywords
4:
5:
6:
7:
8: A keyword is a word that is reserved within C, and must not be
9: used to name variables, functions, or macros. COHERENT recog-
10: nizes the following C keywords:
11:
12:
13: alien extern signed
14: auto float sizeof
15: break for static
16: case goto struct
17: char if switch
18: const int typedef
19: continue long union
20: default readonly unsigned
21: do register void
22: double return volatile
23: else short while
24: enum
25:
26:
27: In conformity with the ANSI standard, the keyword entry is no
28: longer recognized. The keywords const and volatile are now
29: recognized, but not implemented.
30:
31: ***** See Also *****
32:
33: C language
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64: COHERENT Lexicon Page 1
65:
66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.