From fb4613f4ea26823ccf90a77cdb6bb0488d606f7e Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 26 Nov 2004 22:41:01 +0000 Subject: [PATCH] Removed a comment about the scanf functions git-svn-id: svn://svn.cc65.org/cc65/trunk@3302 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- include/stdio.h | 1 - 1 file changed, 1 deletion(-) 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, ...); -- 2.39.5