•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ File time/date structure                                   <ext.h> ]

struct ftime
 {
  unsigned ft_hour:   5;   /* hour 0-23        */
  unsigned ft_min:    6;   /* minute 0-59      */
  unsigned ft_tsec:   5;   /* twosec 0-29      */
  unsigned ft_year:   7;   /* years since 1980 */
  unsigned ft_month:  4;   /* month 1-13       */
  unsigned ft_day:    5;   /* day 1-31         */
 };

See also DOSTIME.