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
font: check sr and sc when copying bitmap
[fbpad.git]
/
util.h
blob
a7c182b5214de2b5ef938cc3d3a777ff37c39556
1
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
2
#define MIN(a, b) ((a) < (b) ? (a) : (b))
3
#define MAX(a, b) ((a) > (b) ? (a) : (b))
4
5
void
xerror
(
char
*
msg
);