#ifndef FMT_PTIME_H
#define FMT_PTIME_H

#define FMT_PTIME 30

#include <time.h>
#include <sys/time.h>
#include "taia.h"

extern unsigned int fmt_ptime(char *, struct taia *);
extern unsigned int fmt_ptime_iso8601(char *, struct taia *);
extern unsigned int fmt_taia(char *, struct taia *);

#endif


syntax highlighted by Code2HTML, v. 0.9.1