the whole game
This commit is contained in:
15
project/lib_projects/raknet/jni/RaknetSources/Itoa.h
Executable file
15
project/lib_projects/raknet/jni/RaknetSources/Itoa.h
Executable file
@@ -0,0 +1,15 @@
|
||||
#ifndef __RAK_ITOA_H
|
||||
#define __RAK_ITOA_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
char* Itoa( int value, char* result, int base );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user