Lines Matching full:fgets
997 // Subtle bug here. TinyXml did use fgets. But from the XML spec:1007 // It is not clear fgets does that, and certainly isn't clear it works cross platform. 1008 // Generally, you expect fgets to translate from the convention of the OS to the c/unix1012 while( fgets( buf, sizeof(buf), file ) )