|
NAMEsortlocon - sort the logical connectors of a figure by name See the file man1/alc_origin.1. SYNOPSIS#include "mlo.h" void sortlocon(connectors) locon_list ∗∗connectors; PARAMETERS
DESCRIPTIONsortlocon sorts the list of logical connectors pointed to
by ∗connectors. The connectors are sorted by names, using a
numerical comparison function that ensures x_12 > x_2.
EXAMPLE
#include "mlo.h"
void savesorted(figname)
char ∗figname;
{
lofig_list ∗figure = getlocon(figname, 'A');
SEE ALSOmbk(1), locon(3), addlocon(3), dellocon(3), checkloconorder(3), qsort(3). See the file man1/alc_bug_report.1.
|