source: mainline/uspace/app/bdsh/cmds/modules/cat/cat.h@ 74965d2

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 74965d2 was c9f5e24f, checked in by Tim Post <echo@…>, 17 years ago

Add a basic cat, cat —help shows future options

  • Property mode set to 100644
File size: 164 bytes
Line 
1#ifndef CAT_H
2#define CAT_H
3
4/* Prototypes for the cat command, excluding entry points */
5
6extern unsigned int cat_file(const char *, size_t);
7
8#endif /* CAT_H */
9
Note: See TracBrowser for help on using the repository browser.