source: mainline/uspace/app/bdsh/cmds/modules/cmp/entry.h@ d5c1051

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since d5c1051 was fae4d30, checked in by Sean Bartell <wingedtachikoma@…>, 13 years ago

bdsh: add simple "cmp" command

  • Property mode set to 100644
File size: 176 bytes
Line 
1#ifndef CMP_ENTRY_H
2#define CMP_ENTRY_H
3
4/* Entry points for the cat command */
5extern int cmd_cmp(char **);
6extern void help_cmd_cmp(unsigned int);
7
8#endif /* CAT_ENTRY_H */
9
Note: See TracBrowser for help on using the repository browser.