blob: f14faf842315cde2bcd94ad42e04a43d5c8341bb [file] [log] [blame]
/* { dg-additional-options "-fpermissive" } */
typedef long unsigned int size_t;
int _lae_process_opts(char *pr, char *pe)
{
return (strlen ("on") < ((size_t) ((pe-&pr[2])>(strlen("on"))
? (pe-&pr[2]) : (strlen("on")))));
}