Files
minecraft-pe-0.6.1/project/lib_projects/raknet/jni/RaknetSources/Gets.h

15 lines
153 B
C
Executable File

#ifndef __GETS__H_
#define __GETS__H_
#ifdef __cplusplus
extern "C" {
#endif
char * Gets ( char * str, int num );
#ifdef __cplusplus
}
#endif
#endif