Subversion Repositories planix.SVN

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#include        <stdlib.h>

double
atof(const char *s)
{
        return(strtod(s, (char **)0));
}