libcod
java_embed.h
Go to the documentation of this file.
1 #ifndef _JAVA_EMBED_H_
2 #define _JAVA_EMBED_H_
3 
4  #ifdef __cplusplus
5  extern "C" {
6  #endif
7 
8  int embed_java();
9 
10  #ifdef __cplusplus
11  }
12  #endif
13 
14 #endif
int embed_java()
Definition: java_embed.c:25