Subversion Repositories HelenOS

Rev

Rev 3356 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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