b 30 src/label.c int compare_adr(const void *a, const void *b); b 78 src/label.c int compare_adr(const void *a, const void *b) b 80 src/label.c return (**(LABELARRAY **)a).adr - (**(LABELARRAY **)b).adr;