This repository has been archived on 2026-04-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
original-mcpe-0.6.1/handheld/project/lib_projects/raknet/jni/RaknetSources/Gets.h
2026-04-01 23:13:15 +02:00

15 lines
167 B
C

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