]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/localtime.c
Merge pull request #14 from groessler/something_to_pull
[cc65] / libsrc / common / localtime.c
index 92fabcd6e3989076890de2e6f0f0a57969936c7f..db25284441f8acbde7d3f6a4f0cc22651120b3cf 100644 (file)
 
 
 
+/*****************************************************************************/
+/*                                   Code                                    */
+/*****************************************************************************/
+
+
+
 struct tm* __fastcall__ localtime (const time_t* timep)
 {
     static struct tm timebuf;