By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.11; (* of timenul.p 2016 Jan 27}
(* begin module describe.timenul *)
(*
name
timenul: modules to neutralize the date-time functions
synopsis
timenul(output: out)
files
output: where the (neutralized) date and time will appear.
description
If transportation of a program or translation to C is hindered by the
presence of the date-time modules, then one may want to blank out the
function of those modules for the time being. Thus all the dates produced
will be zero, but one will be able to run the programs. Nulldate
contains modules that will replace corresponding modules in the other
module libraries which are system dependent. This will allow easy
transportation of the Delila system to other computers.
The output time string provided is '0000/00/00 00:00:00'.
documentation
moddef, delman.describe.module
see also
delman.describe.delmod, moddef, delman.describe.module
delmod.p, prgmod.p, matmod.p
General discussion on compiling Delila programs:
https://alum.mit.edu/www/toms/delila.html#How.To.Compile
author
Thomas D. Schneider
bugs
none known
technical notes
The datetime package required a const 'datetimearray' and a type
'datetimearray'. These are part of the book.const and book.type modules
of delmod, and are identical to those types and consts. Note: programs
which use the datetime package must have these types and consts either
from delmod or manually declared.
*)
(* end module describe.timenul *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}