worm.c | 59 #define HEAD '@' 74 static struct body *head, *tail, goody; variable in typeref:struct:body * 176 head = newlink(); 177 head->x = start_len % (COLS-5) + 2; 178 head->y = LINES / 2; 179 head->next = NULL; 180 display(head, HEAD); 181 for (i = 0, bp = head; i < start_len; i++, bp = np) { 268 x = head->x [all...] |