CHILD
return CHILD;
static CHILD *
copychild(CHILD *child)
CHILD *newc;
addchild(CHILD *child)
CHILD *pc;
readchild(CHILD *child)
CHILD *pc;
CHILD *pc, *nextpc;
CHILD *pc;
static CHILD newchild;
static CHILD *childlist = NULL; /* List of children */
static void removechild(CHILD *);
static CHILD *copychild(CHILD *);
static void addchild(CHILD *);
static void readchild(CHILD *);
removechild(CHILD *child)
CHILD *pc, *prevpc;