citadel
About: Citadel is an advanced messaging and collaboration system for groupware and BBS applications (preferred OS: Linux).
  Fossies Dox: citadel.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
genstamp.h
Go to the documentation of this file.
1
2long datestring(char *buf, size_t n, time_t xtime, int which_format);
3
4enum {
7};
@ DATESTRING_RFC822
Definition genstamp.h:5
@ DATESTRING_IMAP
Definition genstamp.h:6
long datestring(char *buf, size_t n, time_t xtime, int which_format)
Definition genstamp.c:26