pike.git/
src/
array.h
Branch:
Tag:
Non-build tags
All tags
No tags
1996-06-09
1996-06-09 14:39:19 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
71b72b11a44250a6b3676f0d380e098c469f6de4 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
branches/E-12
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);