File: genstamp.h

package info (click to toggle)
citadel 917-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,976 kB
  • sloc: ansic: 44,751; sh: 4,209; yacc: 651; makefile: 399
file content (7 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7

long datestring(char *buf, size_t n, time_t xtime, int which_format);

enum {
	DATESTRING_RFC822,
	DATESTRING_IMAP
};