This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
netbenixCMD/commands/help.h
2020-06-02 11:23:12 +02:00

7 lines
No EOL
97 B
C

#ifndef _HELP_H_
#define _HELP_H_
//Outputs the Help for the Program.
void outputHelp();
#endif