repo.or.cz
/
nyanmp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
npv:_reasonable_ "pedanticage" of the code
[nyanmp.git]
/
npv
/
clk
/
local
/
code.frag.c
blob
047d1af3f6674b0b97abd79507d0fc37a143d5fc
1
STATIC
void
npv_clk_fatal
(
u8
*
fmt
, ...)
2
{
3
va_list
ap
;
4
5
npv_perr
(
"clock:"
);
6
va_start
(
ap
,
fmt
);
7
npv_vfatal
(
fmt
,
ap
);
8
va_end
(
ap
);
9
}
10