From 569b21ba94f76e8d419fbc8375daef73cdb43583 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 22 Apr 2022 13:03:31 -0700 Subject: openbsd: Update to 7.1 --- pkg/openbsd/include/util.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pkg/openbsd/include/util.h (limited to 'pkg/openbsd/include/util.h') 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 -- cgit v1.2.3