org_ungoverned_osgi_bundle_simple_simplebundle.h
来自「OSGI 的 源码实现,采用JAVA书写」· C头文件 代码 · 共 24 行
H
24 行
/* DO NOT EDIT THIS FILE - it is machine generated */#include <jni.h>/* Header for class org_ungoverned_osgi_bundle_simple_SimpleBundle */#ifndef _Included_org_ungoverned_osgi_bundle_simple_SimpleBundle#define _Included_org_ungoverned_osgi_bundle_simple_SimpleBundle#ifdef __cplusplusextern "C" {#endif/* Inaccessible static: class_00024javax_00024servlet_00024http_00024HttpSession *//* Inaccessible static: class_00024javax_00024servlet_00024Servlet *//* * Class: org_ungoverned_osgi_bundle_simple_SimpleBundle * Method: foo * Signature: ()Ljava/lang/String; */JNIEXPORT jstring JNICALL Java_org_ungoverned_osgi_bundle_simple_SimpleBundle_foo (JNIEnv *, jobject);#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?