source: trunk/libs/newlib/src/newlib/libc/stdlib/atoff.c @ 577

Last change on this file since 577 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 99 bytes
Line 
1#include <stdlib.h>
2#include <_ansi.h>
3
4float
5atoff (const char *s)
6{
7  return strtof (s, NULL);
8}
Note: See TracBrowser for help on using the repository browser.