Branch: Tag:

1996-06-09

1996-06-09 14:39:19 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

added functions for sorting alphabetically

Rev: src/array.c:1.12
Rev: src/array.h:1.8

77:   INT32 *get_order(struct array *v, cmpfun fun);   INT32 *get_set_order(struct array *a);   INT32 *get_switch_order(struct array *a); + INT32 *get_alpha_order(struct array *a);   INT32 set_lookup(struct array *a, struct svalue *s);   INT32 switch_lookup(struct array *a, struct svalue *s);   struct array *order_array(struct array *v, INT32 *order);