blob: 546e72221d0691c9380ee59bdc9aaa7d077629c5 (
plain) (
blame)
1
2
3
4
5
6
7
|
# Variables needed by comparison routines used by the sort routines
int lendata # length of a data element in units of its type
pointer dataptr # pointer to the beginning of array holding
# data to be sorted
common /compare/ lendata, dataptr
|