index
:
suckless/wayland/wlock
master
Simple Wayland Lockscreen
Nathan Reiner <nathan@nathanreiner.xyz>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util.h
blob: ec475b1815d87fc76faf2729118f5bdc29999cfb (
plain
)
1
2
3
4
5
6
#ifndef UTIL_H
#define UTIL_H
void
die
(
const
char
*
fmt
,
...);
#endif