URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [stdlib/] [atoff.c] - Rev 307
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 strtof (s, NULL); }
Go to most recent revision | Compare with Previous | Blame | View Log