Mercurial > hg > octave-lyh
comparison src/strftime.c @ 2442:f667d7ec08b9
[project @ 1996-10-30 18:46:22 by jwe]
author | jwe |
---|---|
date | Wed, 30 Oct 1996 18:46:25 +0000 |
parents | a628e881be66 |
children | a183aa44c280 |
comparison
equal
deleted
inserted
replaced
2441:91752cdf8981 | 2442:f667d7ec08b9 |
---|---|
77 #ifdef HAVE_CONFIG_H | 77 #ifdef HAVE_CONFIG_H |
78 #include <config.h> | 78 #include <config.h> |
79 #endif | 79 #endif |
80 | 80 |
81 #include <stdio.h> | 81 #include <stdio.h> |
82 | |
83 #ifdef HAVE_SYS_TYPES_H | |
82 #include <sys/types.h> | 84 #include <sys/types.h> |
85 #endif | |
83 | 86 |
84 #if defined(TIME_WITH_SYS_TIME) | 87 #if defined(TIME_WITH_SYS_TIME) |
85 #include <sys/time.h> | 88 #include <sys/time.h> |
86 #include <time.h> | 89 #include <time.h> |
87 #else | 90 #else |