#ifndef DOSTIME_H #define DOSTIME_H int yapp2unix(char *); void unix2yapp(int, char *); #endif .