From: Message-Id: <200302011411.h11EBul15524@speedy.ludd.luth.se> Subject: stdio.h: vfscanf(), vscanf(), vsscanf() To: DJGPP-WORKERS Date: Sat, 1 Feb 2003 15:11:56 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-MailScanner: Found to be clean X-MailScanner-SpamScore: s Reply-To: djgpp-workers AT delorie DOT com Hello. Either have vfscanf(), vscanf() and vsscanf() been added to the wrong section in stdio.h or they have become standard (in C99). Likewise for strtoll() and strtoull() in stdlib.h. If they have become standard in C99, do we just move them? This would result in polluting the name space for C89. On the other hand trying to maintain declaring them in different places depending on which standard is selected (given we can detect this) would be a nightmare. Right, MartinS