• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #if !defined(sieb_h)
2 #define sieb_h
3 
4 
5 #include "JNIHelp.h"
6 #include "jni.h"
7 
8 
9 
10 void throwNewOutOfMemoryError (JNIEnv * env,
11                                const char *message);
12 
13 
14 void * sieb_malloc (JNIEnv * env, size_t byteCnt);
15 void sieb_free (JNIEnv * env, void * adr);
16 
17 void sieb_convertToPlatform (char *path);
18 
19 
20 
21 #endif /* sieb_h */
22