gpctime program

Documentation for the gpctime program is below, with links to related programs in the "see also" section.

{   version = 1.08; (* of gpctime.p 2004 Jan 21}

(* begin module describe.gpctime *)
(*
name
   gpctime: test time for the gpc compiler

synopsis
   gpctime(output: out)

files

   output: show the current time.

description

   This program contains routines for obtaining the date and time
   for Delila programs compiled with the gpc compiler

   The time function returned by various computers is different.  Show the
   time function to figure out how to modify the getdatetime procedure, kept
   in the delmod.p program.

examples

   Times should look like this:
       1980/06/09 18:49:11
         ye mo da ho mi se

documentation

see also

   The GPC compiler is described at:

   http://agnes.dida.physik.uni-essen.de/~gnu-pascal/

   The GPC time routines are described in

   http://agnes.dida.physik.uni-essen.de/~gnu-pascal/gpc_114.html#SEC114

   see the section: TIME HANDLING ROUTINES

   To compile Delila programs on the GPC compiler, use the gpcc script.
   Until gpcc gets smarter, for this program it is necessary to use the -time
   flag:
      gpcc gpctime.p -time

   Related date/time programs:
   standard source for datetime routines: delmod.p
   testing environment: testtime.p

author

   Thomas Dana Schneider

bugs

technical notes

*)
(* end module describe.gpctime *)
{This manual page was created by makman 1.44}
{created by htmlink 1.52}