/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class HelloWorld */

#ifndef _Included_HelloWorld
#define _Included_HelloWorld
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: iarr */
/*
 * Class:     HelloWorld
 * Method:    print
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_HelloWorld_print
  (JNIEnv *, jobject);

/*
 * Class:     HelloWorld
 * Method:    ZeichneTwoDiagonals
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_HelloWorld_ZeichneTwoDiagonals
  (JNIEnv *, jobject);

/*
 * Class:     HelloWorld
 * Method:    BubbleSort
 * Signature: ([II)I
 */
JNIEXPORT jint JNICALL Java_HelloWorld_BubbleSort
  (JNIEnv *, jobject, jintArray, jint);

#ifdef __cplusplus
}
#endif
#endif
