/*******************************************
 *   Copyright (C) 2008 by Mauro Rodrigues *
 *******************************************/
#include <iostream>

int gethour(char hour[]);

int getdate(char buffer[]);

int getsec(unsigned long &sec, unsigned long &usec);

void tmstamp(FILE *f, char c);
