summaryrefslogtreecommitdiff
path: root/pkg/openbsd/include/util.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2022-04-22 13:03:31 -0700
committerMichael Forney <mforney@mforney.org>2022-09-06 23:42:08 -0700
commit569b21ba94f76e8d419fbc8375daef73cdb43583 (patch)
tree8fd0130c8b4fd82647570dd4a374c69b1638ebac /pkg/openbsd/include/util.h
parent00fe346cc1ce9b97dbfeca089b3afc97f0353bfe (diff)
openbsd: Update to 7.1
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