#ifndef _MAN_H_ #define _MAN_H_ void manEntry_ls(); void manEntry_cd(); void manEntry_man(); void showManEntry(char *arg[]); #endif