From: cuz Date: Fri, 26 Nov 2004 22:41:01 +0000 (+0000) Subject: Removed a comment about the scanf functions X-Git-Tag: V2.12.0~533 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fb4613f4ea26823ccf90a77cdb6bb0488d606f7e;p=cc65 Removed a comment about the scanf functions git-svn-id: svn://svn.cc65.org/cc65/trunk@3302 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/stdio.h b/include/stdio.h index 08842e33f..dcc5585bd 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -120,7 +120,6 @@ int __fastcall__ vfprintf (FILE* f, const char* format, va_list ap); int __fastcall__ vprintf (const char* format, va_list ap); int __fastcall__ vsprintf (char* buf, const char* format, va_list ap); -/* Not available or testing: */ int scanf (const char* format, ...); int fscanf (FILE* f, const char* format, ...); int sscanf (const char* s, const char* format, ...);