source: mainline/uspace/app/bdsh/cmds/modules/basename/entry.h@ a91cecd8

Last change on this file since a91cecd8 was a91cecd8, checked in by parth-27 <parth1020patel@…>, 5 years ago

basename command added

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