repo.or.cz
/
fbpad.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vt102: reset attributes only when no args
[fbpad.git]
/
util.c
blob
0475efbce3afe296603c7509f3ea2c4f448c2947
1
#include <stdio.h>
2
#include <stdlib.h>
3
4
void
xerror
(
char
*
msg
)
5
{
6
perror
(
msg
);
7
exit
(
1
);
8
}