Re: [cpp] 这种形式的声明是什么意思?
xxmplus
xxmplus at gmail.com
Thu Aug 3 15:01:58 CST 2006
两个参数,这两个都是类型
On 8/3/06, 江旭 <jiangxu at boesoft.com> wrote:
> JNIEXPORT void JNICALL Java_MyWindow_greet
> (JNIEnv *, jobject);
>
> 这是用javah转换.class文件生成的C语言头文件中的一个函数声明。
> 他的参数为什么这么写?星号后的逗号在这里是什么意思?
>
>
>
> 致
> 礼!
>
>
> 江旭
> 2006-08-03
>
> _______________________________________________
> Cpp mailing list
> Cpp at codingnow.com
> http://codingnow.com/mailman/listinfo/cpp
>
--
Any complex technology which doesn't come with documentation must be the best
available.
More information about the Cpp
mailing list