/usr/include/funtools/strtod.h is in libfuntools-dev 1.4.7-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | /*
* Copyright (c) 1999-2003 Smithsonian Astrophysical Observatory
*/
/*
*
* strtod.h -- declarations for SAOstrtod()
*
*/
#ifndef __strtod_h
#define __strtod_h
#include "prsetup.h"
extern int SAOdtype;
_PRbeg
double SAOstrtod _PRx((char *s, char **t));
_PRend
#endif
|