29 lines
488 B
HTML
29 lines
488 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
</head>
|
||
<body>
|
||
<pre>
|
||
1?
|
||
1 auto
|
||
1 extern
|
||
1 static
|
||
2?
|
||
2 const
|
||
2 volatile
|
||
3?
|
||
3 unsigned
|
||
3 signed
|
||
4 char
|
||
5+ ,
|
||
5 <i>variable-name</i>
|
||
5.1? [ <i>1</i> ]
|
||
5.2? = <i>expression</i>
|
||
5.2.1 ;
|
||
|
||
</pre>
|
||
</body>
|
||
</html>
|