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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc2/] [newlib/] [libc/] [time/] [gmtime_r.c] - Blame information for rev 207

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

Line No. Rev Author Line
1 207 jeremybenn
/*
2
 * gmtime_r.c
3
 */
4
 
5
#include <time.h>
6
#include "local.h"
7
 
8
struct tm *
9
_DEFUN (gmtime_r, (tim_p, res),
10
        _CONST time_t * tim_p _AND
11
        struct tm *res)
12
{
13
  return (_mktm_r (tim_p, res, 1));
14
}

powered by: WebSVN 2.1.0

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