URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [stdlib/] [atoff.c] - Rev 1775
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdlib.h> #include <_ansi.h> float _DEFUN (atoff, (s), _CONST char *s) { return strtodf (s, NULL); }
Go to most recent revision | Compare with Previous | Blame | View Log