![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0 0002 #include <jvmti.h> 0003 0004 int main(void) 0005 { 0006 JavaVM jvm __attribute__((unused)); 0007 jvmtiEventCallbacks cb __attribute__((unused)); 0008 jvmtiCapabilities caps __attribute__((unused)); 0009 jvmtiJlocationFormat format __attribute__((unused)); 0010 jvmtiEnv jvmti __attribute__((unused)); 0011 0012 return 0; 0013 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |