HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

                    TC: void gettime( struct time *timep )


       - prototype in dos.h

       - gets MS-DOS time into the following data structure:

         struct time
           {
           unsigned char  ti_min;
           unsigned char  ti_hour;
           unsigned char  ti_hund;
           unsigned char  ti_sec;
           };

       - MS C uses _dos_gettime()

Esc or Alt-X to exit gettime Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann