rvm  1.11
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
help.h
Go to the documentation of this file.
1 #ifndef __help_h__
2 #define __help_h__
3 
4 void print_help(void);
5 
6 void print_version(void);
7 
8 #endif
void print_version(void)
Definition: help.cc:47
void print_help(void)
Definition: help.cc:10