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-06 20:51:57 -06:00

7 lines
72 B
C

#ifndef HELP_H_
VARDECL char const * help_msg;
#define HELP_H_
#endif