This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbcico/filetime.h

12 lines
151 B
C
Raw Normal View History

2001-08-17 05:46:24 +00:00
#ifndef _FILETIME_H
#define _FILETIME_H
time_t mtime2sl(time_t);
time_t sl2mtime(time_t);
time_t mtime2tl(time_t);
time_t tl2mtime(time_t);
#endif