source: trunk/openjdk/langtools/make/test/HelloWorld.gold.h

Last change on this file was 2, checked in by dmik, 15 years ago

Imported OpenJDK 6 b19 sources from Oracle.

File size: 375 bytes
Line 
1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class HelloWorld */
4
5#ifndef _Included_HelloWorld
6#define _Included_HelloWorld
7#ifdef __cplusplus
8extern "C" {
9#endif
10/*
11 * Class: HelloWorld
12 * Method: test
13 * Signature: ()V
14 */
15JNIEXPORT void JNICALL Java_HelloWorld_test
16 (JNIEnv *, jobject);
17
18#ifdef __cplusplus
19}
20#endif
21#endif
Note: See TracBrowser for help on using the repository browser.