Subversion Repositories tendra.SVN

Rev

Rev 5 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 6
Line 24... Line 24...
24
#       quality or suitability for any purpose and DERA accepts
24
#       quality or suitability for any purpose and DERA accepts
25
#       no liability whatsoever in relation to any use to which
25
#       no liability whatsoever in relation to any use to which
26
#       it may be put.
26
#       it may be put.
27
#
27
#
28
+IMPLEMENT "ansi", "time.h" ;
28
+IMPLEMENT "ansi", "time.h" ;
-
 
29
+IMPLEMENT "ansi", "stddef.h", "size_t" ;
29
+EXP int CLK_TCK ;
30
+EXP int CLK_TCK ;
30
+FUNC void tzset ( void ) ;
31
+FUNC void tzset ( void ) ;
31
+EXP (extern) char *tzname [] ;
32
+EXP (extern) char *tzname [] ;