pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2004-09-14
2004-09-14 17:21:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>
83c38b85e1b452e8600b608fd475836b2e146f95 (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
ADT.List.
Rev: lib/modules/ADT.pmod/module.pmod:1.9
Rev: src/builtin.cmod:1.167
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: builtin.cmod,v 1.
166
2004/09/14
15
:
26
:
08
grubba Exp $
+
|| $Id: builtin.cmod,v 1.
167
2004/09/14
17
:
21
:
36
grubba Exp $
*/ #include "global.h"
3058:
add_ref(new); }
+
/*! @module ADT
+
*/
+
/*! @class List *! *! Linked list of values.
3630:
/*! @endclass */
+
/*! @endmodule
+
*/
+
void init_builtin(void) { init_list_node_blocks();