RetroArch
filetime.h
Go to the documentation of this file.
1 /*
2  filetime.h
3  Conversion of file time and date values to various other types
4 
5  Copyright (c) 2006 Michael "Chishm" Chisholm
6 
7  Redistribution and use in source and binary forms, with or without modification,
8  are permitted provided that the following conditions are met:
9 
10  1. Redistributions of source code must retain the above copyright notice,
11  this list of conditions and the following disclaimer.
12  2. Redistributions in binary form must reproduce the above copyright notice,
13  this list of conditions and the following disclaimer in the documentation and/or
14  other materials provided with the distribution.
15  3. The name of the author may not be used to endorse or promote products derived
16  from this software without specific prior written permission.
17 
18  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
19  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
20  AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
21  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
26  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 */
28 
29 #ifndef _FILETIME_H
30 #define _FILETIME_H
31 
32 #include "common.h"
33 #include <sys/types.h>
34 
37 
39 
40 
41 #endif /* _FILETIME_H */
GLdouble GLdouble t
Definition: glext.h:6398
uint16_t _FAT_filetime_getTimeFromRTC(void)
Definition: filetime.c:43
time_t _FAT_filetime_to_time_t(uint16_t t, uint16_t d)
Definition: filetime.c:96
unsigned short uint16_t
Definition: stdint.h:125
uint16_t _FAT_filetime_getDateFromRTC(void)
Definition: filetime.c:73