From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- src/utf8proc/bench/util.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/utf8proc/bench/util.h (limited to 'src/utf8proc/bench/util.h') diff --git a/src/utf8proc/bench/util.h b/src/utf8proc/bench/util.h new file mode 100644 index 000000000..b178d3bb1 --- /dev/null +++ b/src/utf8proc/bench/util.h @@ -0,0 +1,22 @@ +#ifndef UTIL_H +#define UTIL_H 1 + +#include +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +uint8_t *readfile(const char *filename, size_t *len); + +typedef struct timeval mytime; +mytime gettime(void); +double elapsed(mytime t1, mytime t0); + +#ifdef __cplusplus +} +#endif + +#endif /* UTIL_H */ -- cgit v1.2.3