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

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since fcfac250 was d553f81, checked in by Jakub Jermar <jakub@…>, 14 years ago

Support for —more and —hex for 'cat'.
(Thanks to Martin Sucha).

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