p 200 dxref.c void *p = malloc (size); p 201 dxref.c if (p == NULL) perror ("malloc"); p 202 dxref.c return p;