chiark / gitweb /
antialiasing text conversion: seems to handle it in the C code so far ....
[ypp-sc-tools.web-live.git] / pctb / common.h
index 23b8ca33972d29bf589cae1799896c70408392bf..d4464bdbefa4adf958d8619d5d2b63ef8c3ab88d 100644 (file)
@@ -163,6 +163,6 @@ char *masprintf(const char *fmt, ...) FMT(1,2);
 
 
 #define ARRAYSIZE(a) ((sizeof((a)) / sizeof((a)[0])))
-
+#define FILLZERO(obj) (memset(&(obj),0,sizeof((obj))))
 
 #endif /*COMMON_H*/