Select Git revision
-
Henrik (Grubba) Grubbström authored
The initial stack size can now be specified to create() and reset(). Rev: lib/modules/Stack.pmod:1.4
Henrik (Grubba) Grubbström authoredThe initial stack size can now be specified to create() and reset(). Rev: lib/modules/Stack.pmod:1.4
System.pmod 258 B
#pike __REAL_VERSION__
#pragma strict_types
// $Id: System.pmod,v 1.8 2003/04/27 02:22:26 nilsson Exp $
// This module is to allow the _system module to be called System.
inherit _system;
constant Timer = __builtin.Timer;
constant Time = __builtin.Time;