More tests of printf %f.
[gnulib.git] / tests / test-vsprintf-posix.c
index 20cc4b2..ecbd256 100644 (file)
@@ -30,6 +30,7 @@
 #include <stdlib.h>
 #include <string.h>
 
+#define SIZEOF(array) (sizeof (array) / sizeof (array[0]))
 #define ASSERT(expr) \
   do                                                                        \
     {                                                                       \