From 0aa1f968d3bdd2e929f1e68e671f7b4f2e9dacd3 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 21 Mar 2011 13:02:20 +0100 Subject: _stdio.h: move _load_inttype.h and _store_inttype.h prototypes here Use one common prototype for consistency. Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/stdio/_scanf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/stdio/_scanf.c') diff --git a/libc/stdio/_scanf.c b/libc/stdio/_scanf.c index 4b1541db1..0adb5f5af 100644 --- a/libc/stdio/_scanf.c +++ b/libc/stdio/_scanf.c @@ -90,8 +90,6 @@ typedef struct { #endif -extern void _store_inttype(void *dest, int desttype, uintmax_t val); - #if defined(ULLONG_MAX) && (LLONG_MAX > LONG_MAX) extern unsigned long long -- cgit v1.2.3