/* $Id: help.c,v 1.2 2003/03/10 00:53:18 wafer Exp $ */ /* Print help stuff */ #include "shell.h" #include void print_help () { printf("Help:\n"); }