delorie.com/archives/browse.cgi | search |
From: | <ams AT ludd DOT luth DOT se> |
Message-Id: | <200302011411.h11EBul15524@speedy.ludd.luth.se> |
Subject: | stdio.h: vfscanf(), vscanf(), vsscanf() |
To: | DJGPP-WORKERS <djgpp-workers AT delorie DOT com> |
Date: | Sat, 1 Feb 2003 15:11:56 +0100 (CET) |
X-Mailer: | ELM [version 2.4ME+ PL78 (25)] |
MIME-Version: | 1.0 |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |