Include strftime.h instead.
#include "getline.h"
#include "posixtm.h"
#include "posixver.h"
+#include "strftime.h"
#include "timespec.h"
/* The official name of this program (e.g., no `g' prefix). */
int putenv ();
-size_t nstrftime PARAMS ((char *, size_t, char const *,
- struct tm const *, int, int));
-
static void show_date PARAMS ((const char *format, struct timespec when));
enum Time_spec
#include "quote.h"
#include "quotearg.h"
#include "same.h"
+#include "strftime.h"
#include "strverscmp.h"
#include "xstrtol.h"
#include "xreadlink.h"
time_t time ();
#endif
-size_t nstrftime PARAMS ((char *, size_t, char const *,
- struct tm const *, int, int));
char *getgroup ();
char *getuser ();
#include "getopt.h"
#include "quote.h"
#include "quotearg.h"
+#include "strftime.h"
#include "xreadlink.h"
#define NAMEMAX_FORMAT PRIuMAX
# define NAMEMAX_FORMAT "s"
#endif
-size_t nstrftime PARAMS ((char *, size_t, char const *,
- struct tm const *, int, int));
-
#define PROGRAM_NAME "stat"
#define AUTHORS "Michael Meskes"