URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [stdlib/] [atoff.c] - Rev 39
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