1 #ifndef __helper_cmdline_h__
2 #define __helper_cmdline_h__
5 * Returns integer from string or terminates program on failure.
7 long int GetInt(const char* param
);
11 /* How should editor hadle tabs in this file? Add editor commands here.
12 * vim: noexpandtab sw=8 ts=8 sts=8 tw=78: