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

Subversion Repositories or1k

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

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_r(timep, tp)
8
__const time_t * timep;
9
struct tm * tp;
10
{
11
   __tm_conv(tp, timep, 0L);
12
   return tp;
13
}
14
 

powered by: WebSVN 2.1.0

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