blob: 4f3c8c0bd6dc39c0a0b065376d03f5f652f8919e [file] [log] [blame]
/*
* BSD Compatibility functions
*
*
* Licensed under the Open Software License version 1.1
*/
#include <sys/types.h>
#include <string.h>
#include "lib.h"
#include "allocate.h"
#include "token.h"
#include "compat/mmap-blob.c"
long double string_to_ld(const char *nptr, char **endptr)
{
return strtod(nptr, endptr);
}