From cca66b9ec4e494c1d919bff0f71a820d8afab1fa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:24:48 +0200 Subject: Adding upstream version 1.2.2. Signed-off-by: Daniel Baumann --- src/3rdparty/autotrace/atou.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/3rdparty/autotrace/atou.h (limited to 'src/3rdparty/autotrace/atou.h') diff --git a/src/3rdparty/autotrace/atou.h b/src/3rdparty/autotrace/atou.h new file mode 100644 index 0000000..f430310 --- /dev/null +++ b/src/3rdparty/autotrace/atou.h @@ -0,0 +1,9 @@ +/* atou.h: like atoi, but if the number is negative, abort. */ + +#ifndef ATOU_H +#define ATOU_H + +#include "types.h" +unsigned atou(gchar * s); + +#endif /* not ATOU_H */ -- cgit v1.2.3