source: bootcd/isolinux/syslinux-6.03/com32/libupload/ctime.h @ 26ffad7

Last change on this file since 26ffad7 was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 105 bytes
RevLine 
[e16e8f2]1#ifndef CTIME_H
2#define CTIME_H
3
4#include <inttypes.h>
5
6uint32_t posix_time(void);
7
8#endif /* CTIME_H */
Note: See TracBrowser for help on using the repository browser.