sdbr_zero.c (86B)
1 #include "std.h" 2 3 void 4 sdbr_zero(Sdbr *r) 5 { 6 Veczero(&r->attr); 7 Veczero(&r->val); 8 } 9