We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d584dbb commit afbc5fcCopy full SHA for afbc5fc
utils.c
@@ -6,6 +6,10 @@
6
#include <string.h>
7
#include <time.h>
8
9
+#ifdef HAVE_POW
10
+# include <math.h>
11
+#endif
12
+
13
/*
14
* Add a string
15
*/
utils.h
@@ -7,10 +7,6 @@
#include <stdarg.h>
#include <stdio.h>
-#ifdef HAVE_POW
-# include <math.h>
-#endif
-
struct stringStruct {
size_t max;
16
size_t len;
0 commit comments