Initial revision
This commit is contained in:
10
libproc/devname.h
Normal file
10
libproc/devname.h
Normal 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);
|
Reference in New Issue
Block a user