aboutsummaryrefslogtreecommitdiffstats
path: root/libfonts_parse_double__.c
diff options
context:
space:
mode:
Diffstat (limited to 'libfonts_parse_double__.c')
-rw-r--r--libfonts_parse_double__.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/libfonts_parse_double__.c b/libfonts_parse_double__.c
new file mode 100644
index 0000000..30fc61d
--- /dev/null
+++ b/libfonts_parse_double__.c
@@ -0,0 +1,23 @@
+/* See LICENSE file for copyright and license details. */
+#include "common.h"
+#ifndef TEST
+
+
+int
+libfonts_parse_double__(double *outp, const char *value)
+{
+ return 0; /* TODO implement */
+}
+
+
+#else
+
+
+int
+main(void)
+{
+ return 0; /* TODO add test */
+}
+
+
+#endif