eris/timerfc.h

10 lines
139 B
C
Raw Normal View History

2012-10-30 17:45:19 -06:00
#ifndef __TIMERFC_H__
#define __TIMERFC_H__
#include <time.h>
time_t timerfc(const char *s);
char *rfctime(time_t t, char *buf);
#endif