home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL2 / VULCAN.ZIP / VULSRC.ZIP / FILEDATE.HPP < prev    next >
C/C++ Source or Header  |  1994-02-08  |  282b  |  7 lines

  1. // FILEDATE.HPP Part of VULCAN
  2. // Copyright (c) 1993 John Deurbrouck
  3. // must include windows.h before this file
  4. // buffer need be no longer than FILEDATE_BUFFER_SIZE
  5. #define FILEDATE_BUFFER_SIZE 26
  6. extern void get_ascii_time(LPSTR buffer,unsigned dos_time,unsigned dos_date);
  7.