On Tue, Dec 23, 2003 at 03:10:18AM +0100, Alexander Demenshin wrote:
But concerning sscanf()... This is extremely convenient thing, why do you want to remove it?
sscanf looks like a function but is not. string, int and float are passed by reference contrary to the behaviour of a normal function. as for the convenience, array_sscanf() fills the need nicely. it does everything sscanf() does without breaking the behaviour of passing arguments.
greetings, martin.