mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			367 B
		
	
	
	
		
			C
		
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			367 B
		
	
	
	
		
			C
		
	
	
	
| /* DO NOT EDIT THIS FILE - it is machine generated */
 | |
| 
 | |
| #include <jni.h>
 | |
| 
 | |
| #ifndef __overload__
 | |
| #define __overload__
 | |
| 
 | |
| #ifdef __cplusplus
 | |
| extern "C"
 | |
| {
 | |
| #endif
 | |
| 
 | |
| JNIEXPORT jint JNICALL Java_overload_over__I (JNIEnv *env, jclass, jint);
 | |
| JNIEXPORT jint JNICALL Java_overload_over__II (JNIEnv *env, jclass, jint, jint);
 | |
| 
 | |
| #ifdef __cplusplus
 | |
| }
 | |
| #endif
 | |
| 
 | |
| #endif /* __overload__ */
 |