Rev 3346 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
#ifndef CAT_H
#define CAT_H
/* Prototypes for the cat command, excluding entry points */
extern unsigned int cat_file(const char *, size_t);
#endif /* CAT_H */