• Andrey Borzenkov's avatar
    add grub_qsort_strcmp to use when sorting array of strings · 3100cdc7
    Andrey Borzenkov authored
    Compare function used in qsort gets arguments by reference, so strcmp
    cannot be used directly - it expects pointer to char, but gets pointer
    to pointer to char.
    
    Introduce new helper grub_qsort_strcmp and use it in grub-install.
    This helper is going to be used in a couple more places as well so
    add it to global file, not in grub-install.c.
    3100cdc7
Name
Last commit
Last update
..
grub Loading commit data...
multiboot.h Loading commit data...
multiboot2.h Loading commit data...