npv:_reasonable_ "pedanticage" of the code
[nyanmp.git] / npv / clk / local / code.frag.c
blob047d1af3f6674b0b97abd79507d0fc37a143d5fc
1 STATIC void npv_clk_fatal(u8 *fmt, ...)
3 va_list ap;
5 npv_perr("clock:");
6 va_start(ap, fmt);
7 npv_vfatal(fmt, ap);
8 va_end(ap);