examples_jni_javaloanapp.h

来自「精通EJB3.0一书的全部随书实例的源代码。」· C头文件 代码 · 共 22 行

H
22
字号
/* DO NOT EDIT THIS FILE - it is machine generated */#include <jni.h>
/* Header for class examples_jni_JavaLoanApp */#ifndef _Included_examples_jni_JavaLoanApp#define _Included_examples_jni_JavaLoanApp
#ifdef __cplusplusextern "C" {#endif
/*
 * Class:     examples_jni_JavaLoanApp
 * Method:    getHomeEquityLoanRate
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_examples_jni_JavaLoanApp_getHomeEquityLoanRate
  (JNIEnv *, jobject);
#ifdef __cplusplus}#endif
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?