OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [time/] [gmtime.c] - Blame information for rev 199

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
 
2
#include <time.h>
3
 
4
extern void __tm_conv();
5
 
6
struct tm *
7
gmtime(timep)
8
__const time_t * timep;
9
{
10
   static struct tm tmb;
11
 
12
   __tm_conv(&tmb, timep, 0L);
13
 
14
   return &tmb;
15
}
16
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.