From 5c864e2cfaf5ff5e8e3db3ccd746162fbc7aac5b Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Thu, 13 Jun 2019 14:27:58 +0200 Subject: String: bstrtoul macro expanded to bstrtoul10 and 16 --- lib/string.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/string.h') diff --git a/lib/string.h b/lib/string.h index 5f7c4666..6e549cb7 100644 --- a/lib/string.h +++ b/lib/string.h @@ -24,7 +24,6 @@ int buffer_vprint(buffer *buf, const char *fmt, va_list args); int buffer_print(buffer *buf, const char *fmt, ...); void buffer_puts(buffer *buf, const char *str); -#define bstrtoul(str, end, base) bstrtoul##base(str, end) u64 bstrtoul10(const char *str, char **end); u64 bstrtoul16(const char *str, char **end); -- cgit v1.2.3