This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
netbenixCMD/etc/man/man.h
netbenix f77acacd90 Added manual
- Added manual page for ls
- Added manual manager
- More manual pages coming soon
2020-08-13 15:08:21 +02:00

7 lines
No EOL
92 B
C

#ifndef _MAN_H_
#define _MAN_H_
void manEntry_ls();
void showManEntry(char *arg[]);
#endif