mirror of https://github.com/nealey/eris.git
10 lines
139 B
C
10 lines
139 B
C
|
#ifndef __TIMERFC_H__
|
||
|
#define __TIMERFC_H__
|
||
|
|
||
|
#include <time.h>
|
||
|
|
||
|
time_t timerfc(const char *s);
|
||
|
char *rfctime(time_t t, char *buf);
|
||
|
|
||
|
#endif
|