|
4#
楼主 |
发表于 2006-11-9 18:26:47
|
只看该作者
谢谢楼上得,我就没有对应过来,class are in, out and inout,但是我在TSL ONline上看到得
extern type function_name ( param1, param2,...);
The type refers to the return value of the function. Type can be one of the following:
char (signed and unsigned) float
short (signed and unsigned double
int (signed and unsigned) string (equivalent to C char*)
long (signed and unsigned)
Each parameter must include the following information:
[mode] type [name] [< size >]
mode The mode can be in, out, or inout. The default is in. Note that these values must appear in lower case.
这又何解释,当时我就认为 认为Type应该是int。快晕叻。是否在Extern 函数申明中又另一种写法?楼上得有没有相关资料啊。谢谢啦,本人正水深火热中。 |
|