mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-12 13:37:45 -04:00
10 lines
114 B
C
10 lines
114 B
C
#include <stdlib.h>
|
|
#include <_ansi.h>
|
|
|
|
float
|
|
_DEFUN (atoff, (s),
|
|
_CONST char *s)
|
|
{
|
|
return strtof (s, NULL);
|
|
}
|