init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef __GETS__H_
|
||||
#define __GETS__H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
char * Gets ( char * str, int num );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user