12 |
|
|
13 |
|
#include <stdio.h> |
14 |
|
#include <stdlib.h> |
15 |
– |
#include <malloc.h> |
15 |
|
|
16 |
|
#include <ctype.h> |
17 |
|
|
152 |
|
extern void plfree(register PLIST *pl); |
153 |
|
/* sort.c */ |
154 |
|
extern void sort(FILE *infp, int (*pcmp)()); |
155 |
< |
extern void mergesort(FILE *fi[], int nf, PLIST *pl, int (*pcmp)(), FILE *ofp); |
155 |
> |
extern void pmergesort(FILE *fi[], int nf, PLIST *pl, int (*pcmp)(), FILE *ofp); |
156 |
|
/* metacalls.c */ |
157 |
|
extern void mdraw(int x, int y); |
158 |
|
extern void msegment(int xmin, int ymin, int xmax, int ymax, char *sname, |