pike.git/
src/
module_support.h
Branch:
Tag:
Non-build tags
All tags
No tags
1997-01-28
1997-01-28 03:06:30 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
fdd22946c417ad741eae2a488dfc8246e2f0b4e2 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
nothing much changed...
Rev: src/module_support.h:1.3
14:
int va_get_args(struct svalue *s, INT32 num_args, char *fmt,
-
va_list
ptr
);
+
va_list
ap
);
int get_args(struct svalue *s, INT32 num_args, char *fmt, ...);