ab8b63434d
Use const. Add __noreturn__ attributes. Add a __format__ attribute. Add __unused__ attributes. Use symbolic constants for open() and lseek(). Declare types of all function parameters; convert some function definitions to ISO C form. Ensure standard file descriptors are open on startup. Check for errors writing output of makedefs. Avoid duplicate definitions of variables.
4 lines
104 B
C
4 lines
104 B
C
/* $NetBSD: date.h,v 1.4 2001/03/25 20:43:58 jsm Exp $ */
|
|
|
|
const char datestring[] = "Tue Jul 23 1985";
|