pike.git/
src/
array.h
Branch:
Tag:
Non-build tags
All tags
No tags
1996-05-15
1996-05-15 22:59:39 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
e3c6e1dd57c4a6f1cff2d003208ca81eb696ebf9 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
branches/E-12
more debug added
Rev: src/array.c:1.11
Rev: src/array.h:1.7
Rev: src/gc.h:1.3
82:
struct array *order_array(struct array *v, INT32 *order); struct array *reorder_and_copy_array(struct array *v, INT32 *order); void array_fix_type_field(struct array *v);
+
void array_check_type_field(struct array *v);
struct array *compact_array(struct array *v); union anything *low_array_get_item_ptr(struct array *a, INT32 ind,