|
TPCCLIB
|
Sort or otherwise change the order of data in PAR struct. More...
#include "tpcclibConfig.h"#include <stdio.h>#include <stdlib.h>#include <math.h>#include <time.h>#include <string.h>#include "tpcpar.h"Go to the source code of this file.
Functions | |
| int | parSortByName (PAR *d, TPCSTATUS *status) |
Sort or otherwise change the order of data in PAR struct.
Definition in file parorder.c.
Sort TACs in alphabetical order by their TAC name.
| d | Pointer to PAR struct. |
| status | Pointer to status data; enter NULL if not needed. |
Definition at line 30 of file parorder.c.