summaryrefslogtreecommitdiff
path: root/libc/stdio/_load_inttype.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-21 13:02:20 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:30 +0200
commit0aa1f968d3bdd2e929f1e68e671f7b4f2e9dacd3 (patch)
treead0b70a120a55fa4f1b7a77e422f9813e92f7438 /libc/stdio/_load_inttype.c
parent7bc58308afc072fd5cff0e952b13493c55b300de (diff)
_stdio.h: move _load_inttype.h and _store_inttype.h prototypes here
Use one common prototype for consistency. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/stdio/_load_inttype.c')
-rw-r--r--libc/stdio/_load_inttype.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/_load_inttype.c b/libc/stdio/_load_inttype.c
index dabb6afa6..8c0a60abe 100644
--- a/libc/stdio/_load_inttype.c
+++ b/libc/stdio/_load_inttype.c
@@ -8,7 +8,6 @@
#include "_stdio.h"
#include <printf.h>
-uintmax_t _load_inttype(int desttype, register const void *src, int uflag) attribute_hidden;
uintmax_t _load_inttype(int desttype, register const void *src, int uflag)
{
if (uflag >= 0) { /* unsigned */