Initial revision

This commit is contained in:
Martin Baulig
1998-07-18 16:15:56 +00:00
parent 0e086aef25
commit 5e9d34c91a
23 changed files with 2280 additions and 0 deletions

10
libproc/devname.h Normal file
View File

@@ -0,0 +1,10 @@
#include <sys/types.h>
dev_t name_to_dev(char* name);
char* dev_to_name(dev_t num);
dev_t tty_to_dev(char *tty);
void dev_to_tty(char *tty, int dev);
char* abbrev_of_tty(char *tty);