/* atold.c (emx+gcc) -- Copyright (c) 1993 by Eberhard Mattes */

#include <stdio.h>
#include <stdlib.h>
#include <math.h>

long double _atold (const char *s)
{
  return (_strtold (s, NULL));
}
