pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2001-10-04
2001-10-04 19:40:02 by Martin Nilsson <mani@lysator.liu.se>
4e5f5dae3940e1d6dd23c41404b56e647b97b3a8 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a autodoc prototype
Rev: src/builtin.cmod:1.69
1:
/* -*- c -*-
-
* $Id: builtin.cmod,v 1.
68
2001/
09
/
28
01
:
54
:
49
hubbe
Exp $
+
* $Id: builtin.cmod,v 1.
69
2001/
10
/
04
19
:
40
:
02
nilsson
Exp $
*/ #include "global.h"
1371:
REF_RETURN fp->current_object; }
-
/*! @decl
void
add(string ... data)
+
/*! @decl
int
add(string ... data)
*! *! Adds @[data] to the buffer. Returns the size of the buffer. *!