This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
probotic/include/api.h

10 lines
151 B
C
Raw Normal View History

2023-08-02 15:27:59 -04:00
#ifndef API_H_
2023-08-02 14:53:32 -04:00
2023-08-02 15:27:59 -04:00
DELC int api_init(void);
DELC void api_rope(void);
DELC void rope(void);
DELC char * remind(char * who);
#define API_H_
#endif