[PATCH v3][BZ #12685] Allow arbitrary number of modes in fopen.

Roland McGrath roland@hack.frob.com
Fri May 17 00:14:00 GMT 2013


> +  while (*++mode && *mode != ',')

Avoid implicit Boolean coercion: *++mode != '\0'



More information about the Libc-alpha mailing list