add an sscanf regression test
[libc-test] / src / math / pow10f.c
index fd2a485..07cd3c3 100644 (file)
@@ -1,9 +1,11 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct f_f t[] = {
 #include "sanity/pow10f.h"
+#include "special/exp10f.h"
 
 };