pike.git/
src/
array.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-03-06
1999-03-06 05:55:39 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
6ba8fa60eaf89166edce2636609bab9e16d5ea3a (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix
Rev: src/array.h:1.16
5:
\*/ /*
-
* $Id: array.h,v 1.
15
1999/
01
/
21
09
:
14
:
57
hubbe Exp $
+
* $Id: array.h,v 1.
16
1999/
03
/
06
05
:
55
:
39
hubbe Exp $
*/ #ifndef ARRAY_H #define ARRAY_H
114:
struct array *add_arrays(struct svalue *argp, INT32 args); int array_equal_p(struct array *a, struct array *b, struct processing *p); struct array *merge_array_with_order(struct array *a, struct array *b,INT32 op);
+
struct array *merge_array_without_order2(struct array *a, struct array *b,INT32 op);
struct array *merge_array_without_order(struct array *a, struct array *b, INT32 op);