Subversion Repositories HelenOS

Rev

Rev 3364 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3277 post 1
#ifndef CAT_H
2
#define CAT_H
3
 
4
/* Prototypes for the cat command, excluding entry points */
5
 
3364 post 6
static unsigned int cat_file(const char *, size_t);
3277 post 7
 
8
#endif /* CAT_H */
9