10 lines
151 B
C
10 lines
151 B
C
#ifndef API_H_
|
|
|
|
DELC int api_init(void);
|
|
DELC void api_rope(void);
|
|
DELC void rope(void);
|
|
DELC char * remind(char * who);
|
|
|
|
#define API_H_
|
|
#endif
|