#ifndef CAT_H
#define CAT_H

/* Prototypes for the cat command, excluding entry points */

static unsigned int cat_file(const char *, size_t);

#endif /* CAT_H */

