simpleover.c | 197 char tombstone; local 203 if (sscanf((*argv)[0], "--at=%d,%d%c", &x, &y, &tombstone) != 2) 325 char tombstone; local 331 if (sscanf((*argv)[0], "%d,%d%c", &x, &y, &tombstone) == 2) 406 char tombstone; local 417 sprites[nsprites].name, &tombstone);
|