make/langtools/test/HelloWorld.gold.h
author jlaskey
Thu, 14 Nov 2019 12:33:47 -0400
branchjlaskey-prng
changeset 59084 b8fb85ee91e9
parent 47216 71c04702a3d5
permissions -rw-r--r--
restarting random branch
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