Rev 3364 | Details | Compare with Previous | Last modification | View Log | RSS feed
#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 */