repo.or.cz
/
lab.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Work on `id`. Still missing some functionality.
[lab.git]
/
lab.h
blob
ea68aba7e7bfb5e726999170c40be6087c2f55a2
1
/* `lab.h` - liblab definitions
2
Copyright (c) 2022, Alan Potteiger
3
See `LICENSE` for copyright and license details */
4
5
/* mode.c */
6
int
modeset
(
char
*
modestr
,
mode_t
*
modeset
);
7