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/help.h

8 lines
97 B
C
Raw Normal View History

2023-08-03 23:27:25 -04:00
#ifndef HELP_H_
2023-08-03 23:39:15 -04:00
extern char const * help_msg;
extern char const * fmsg;
2023-08-03 23:27:25 -04:00
#define HELP_H_
#endif