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.0rc1/] [newlib/] [libc/] [machine/] [powerpc/] [atoufix64.c] - Blame information for rev 345

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
/*
2
 * Jeff Johnston - 02/13/2002
3
 */
4
 
5
#ifdef __SPE__
6
 
7
#include <stdlib.h>
8
#include <_ansi.h>
9
 
10
__uint64_t
11
_DEFUN (_atoufix64_r, (reent, s),
12
        struct _reent *reent _AND
13
        _CONST char *s)
14
{
15
  return _strtoufix64_r (reent, s, NULL);
16
}
17
 
18
#ifndef _REENT_ONLY
19
__uint64_t
20
_DEFUN (atoufix64, (s),
21
        _CONST char *s)
22
{
23
  return strtoufix64 (s, NULL);
24
}
25
 
26
#endif /* !_REENT_ONLY */
27
 
28
#endif /* __SPE__ */

powered by: WebSVN 2.1.0

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