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
2023-08-03 21:39:15 -06:00

8 lines
97 B
C

#ifndef HELP_H_
extern char const * help_msg;
extern char const * fmsg;
#define HELP_H_
#endif