Delila Program: timegpc

timegpc program

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

{version = 1.17; (* of timegpc.p 2002 Oct 9}

(* begin module describe.timegpc *)
(*
name
   timegpc: test time on the GPC compiler

synopsis
   timegpc(output: out)

files

   output: show the current time.

description

   The time function returned by various computers is different.  Show the
   time function to figure out how to modify the getdatetime procedure.

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

examples

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

documentation

see also

   The module program, used to transfer the modules is: module.p

   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 timegpc.p -time

   Related date/time programs:
   timesun.p
   timep2c.p

   General discussion on compiling Delila programs:
   https://alum.mit.edu/www/toms/delila.html#How.To.Compile

author

   Thomas Dana Schneider

bugs

technical notes

*)
(* end module describe.timegpc *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}