summaryrefslogtreecommitdiff
path: root/pkg/openbsd/include/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/openbsd/include/util.h')
-rw-r--r--pkg/openbsd/include/util.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/openbsd/include/util.h b/pkg/openbsd/include/util.h
new file mode 100644
index 00000000..a58c06e6
--- /dev/null
+++ b/pkg/openbsd/include/util.h
@@ -0,0 +1,8 @@
+#ifndef _UTIL_H_
+#define _UTIL_H_
+
+#define FMT_SCALED_STRSIZE 7 /* minus sign, 4 digits, suffix, null byte */
+
+int scan_scaled(char *, long long *);
+
+#endif