Re: is there an equivalent of sscanf that uses GString as arguments?



On Fri, 2005-10-14 at 18:11 +0100, Yiannis wrote:

is there an equivalent of sscanf that uses GString as arguments?

You could just do

 sscanf (gstring->str, "%04u-%02u-%02u", ......);

Cheers
 -Tim





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]