pike.git/
lib/
modules/
ADT.pmod/
module.pmod
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 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
ADT.List.
Rev: lib/modules/ADT.pmod/module.pmod:1.9
Rev: src/builtin.cmod:1.167
1:
#pike __REAL_VERSION__ #pragma strict_types
+
+
//! Various Abstract Data Types.
+
#if constant(_ADT) inherit _ADT; #endif /* _ADT */
-
//!
Various
Abstract
Data Types
.
+
constant
List
=
__builtin
.
List;
//! String buffer with the possibility to read and write data //! as they would be formatted in structs.