Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. #include <stdlib.h>
  2. #include <_ansi.h>
  3.  
  4. float
  5. _DEFUN (atoff, (s),
  6.         _CONST char *s)
  7. {
  8.   return strtof (s, NULL);
  9. }
  10.