langtools/make/test/HelloWorld.gold.h
author duke
Wed, 05 Jul 2017 20:29:22 +0200
changeset 29963 ac3f5a39d4ff
parent 10 06bc494ca11e
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
/* DO NOT EDIT THIS FILE - it is machine generated */
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
#include <jni.h>
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
/* Header for class HelloWorld */
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
#ifndef _Included_HelloWorld
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
#define _Included_HelloWorld
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
#ifdef __cplusplus
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
extern "C" {
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
#endif
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
/*
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
 * Class:     HelloWorld
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
 * Method:    test
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
 * Signature: ()V
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
 */
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
JNIEXPORT void JNICALL Java_HelloWorld_test
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
  (JNIEnv *, jobject);
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
#ifdef __cplusplus
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
}
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
#endif
06bc494ca11e Initial load
duke
parents:
diff changeset
    21
#endif