HelenOS sources

root/uspace/app/bdsh/cmds/modules/cat/entry.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


#ifndef CAT_ENTRY_H
#define CAT_ENTRY_H

/* Entry points for the cat command */
extern int cmd_cat(char **);
extern void help_cmd_cat(unsigned int);

#endif /* CAT_ENTRY_H */

/* [<][>][^][v][top][bottom][index][help] */
HelenOS homepage, sources at GitHub