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/_stdio.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/stdio/_stdio.h') diff --git a/libc/stdio/_stdio.h b/libc/stdio/_stdio.h index b8f5c98a3..94557c257 100644 --- a/libc/stdio/_stdio.h +++ b/libc/stdio/_stdio.h @@ -312,6 +312,9 @@ extern int __stdio_trans2w(FILE *__restrict stream) attribute_hidden; extern int __stdio_trans2r_o(FILE *__restrict stream, int oflag) attribute_hidden; extern int __stdio_trans2w_o(FILE *__restrict stream, int oflag) attribute_hidden; +extern uintmax_t _load_inttype(int desttype, register const void *src, int uflag) attribute_hidden; +extern void _store_inttype(void *dest, int desttype, uintmax_t val) attribute_hidden; + /**********************************************************************/ #ifdef __STDIO_BUFFERS -- cgit v1.2.3