[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
USAGE
   signed int scctsget(
           signed char *time,
           signed int format );

PROTOTYPE IN
   sc_clock.h

DESCRIPTION
   scctsget returns the current time from DOS in ASCIIZ string
   format.

   Time string styles:
   SC_CSHMS   hh:mm:ss
   SC_MIL     military (0000-2359)

EXAMPLE
   #include <stdio.h>
   #include <softc.h>
   #include <sc_clock.h>

   void main()
   {
     char time[10];

     scctsget(time,SC_MIL);
     puts(time);
   }

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson