/*
 *  help.h
 *  Wcalc
 *
 *  Created by Kyle Wheeler on Wed Feb 12 2003.
 *  Copyright (c) 2003 Kyle Wheeler. All rights reserved.
 *
 */
#ifndef WCALC_HELP
#define WCALC_HELP

void print_interactive_help(void);
void print_command_help(void);

#endif


syntax highlighted by Code2HTML, v. 0.9.1