cmpusers
qsort((users), nusers, sizeof(struct user), cmpusers)
static int cmpusers(const void *, const void *);