00001 #ifndef CAT_H 00002 #define CAT_H 00003 00004 /* Prototypes for the cat command, excluding entry points */ 00005 00006 static unsigned int cat_file(const char *, size_t, bool); 00007 00008 #endif /* CAT_H */ 00009