36 lines
592 B
HTML
36 lines
592 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 float
|
|||
|
3 double
|
|||
|
3 decimal ( <i>precision</i>
|
|||
|
3.1? , <i>scale</i>
|
|||
|
3.2 )
|
|||
|
3? signed
|
|||
|
3.1 long long
|
|||
|
3.1 long
|
|||
|
3.1 short
|
|||
|
3.2! int
|
|||
|
3 sqlint32
|
|||
|
3 sqlint64
|
|||
|
4+ ,
|
|||
|
4 <i>variable-name</i>
|
|||
|
4.1? = <i>expression</i>
|
|||
|
4.1.1 ;
|
|||
|
|
|||
|
</pre>
|
|||
|
</body>
|
|||
|
</html>
|