/opt/alt/python37/include/python3.7m
#ifndef Py_STRTOD_H #define Py_STRTOD_H #ifdef __cplusplus extern "C" { #endif PyAPI_FUNC(double) PyOS_string_to_double(const char *str, char **endptr, PyObject *overflow_exception); /* The caller is responsible for calling PyMem_Free to free the buffer that's is returned. */ PyAPI_FUNC(char *) PyOS_double_to_string(double val, char format_code, int precision, int flags, int *type); #ifndef Py_LIMITED_API PyAPI_FUNC(PyObject *) _Py_string_to_number_with_underscores( const char *str, Py_ssize_t len, const char *what, PyObject *obj, void *arg, PyObject *(*innerfunc)(const char *, Py_ssize_t, void *)); PyAPI_FUNC(double) _Py_parse_inf_or_nan(const char *p, char **endptr); #endif /* PyOS_double_to_string's "flags" parameter can be set to 0 or more of: */ #define Py_DTSF_SIGN 0x01 /* always add the sign */ #define Py_DTSF_ADD_DOT_0 0x02 /* if the result is an integer add ".0" */ #define Py_DTSF_ALT 0x04 /* "alternate" formatting. it's format_code specific */ /* PyOS_double_to_string's "type", if non-NULL, will be set to one of: */ #define Py_DTST_FINITE 0 #define Py_DTST_INFINITE 1 #define Py_DTST_NAN 2 #ifdef __cplusplus } #endif #endif /* !Py_STRTOD_H */
.
Edit
..
Edit
Python-ast.h
Edit
Python.h
Edit
abstract.h
Edit
accu.h
Edit
asdl.h
Edit
ast.h
Edit
bitset.h
Edit
bltinmodule.h
Edit
boolobject.h
Edit
bytearrayobject.h
Edit
bytes_methods.h
Edit
bytesobject.h
Edit
cellobject.h
Edit
ceval.h
Edit
classobject.h
Edit
code.h
Edit
codecs.h
Edit
compile.h
Edit
complexobject.h
Edit
context.h
Edit
datetime.h
Edit
descrobject.h
Edit
dictobject.h
Edit
dtoa.h
Edit
dynamic_annotations.h
Edit
enumobject.h
Edit
errcode.h
Edit
eval.h
Edit
fileobject.h
Edit
fileutils.h
Edit
floatobject.h
Edit
frameobject.h
Edit
funcobject.h
Edit
genobject.h
Edit
graminit.h
Edit
grammar.h
Edit
import.h
Edit
internal
Edit
intrcheck.h
Edit
iterobject.h
Edit
listobject.h
Edit
longintrepr.h
Edit
longobject.h
Edit
marshal.h
Edit
memoryobject.h
Edit
metagrammar.h
Edit
methodobject.h
Edit
modsupport.h
Edit
moduleobject.h
Edit
namespaceobject.h
Edit
node.h
Edit
object.h
Edit
objimpl.h
Edit
odictobject.h
Edit
opcode.h
Edit
osdefs.h
Edit
osmodule.h
Edit
parsetok.h
Edit
patchlevel.h
Edit
pgen.h
Edit
pgenheaders.h
Edit
py_curses.h
Edit
pyarena.h
Edit
pyatomic.h
Edit
pycapsule.h
Edit
pyconfig-64.h
Edit
pyconfig.h
Edit
pyctype.h
Edit
pydebug.h
Edit
pydtrace.h
Edit
pyerrors.h
Edit
pyexpat.h
Edit
pyfpe.h
Edit
pyhash.h
Edit
pylifecycle.h
Edit
pymacconfig.h
Edit
pymacro.h
Edit
pymath.h
Edit
pymem.h
Edit
pyport.h
Edit
pystate.h
Edit
pystrcmp.h
Edit
pystrhex.h
Edit
pystrtod.h
Edit
pythonrun.h
Edit
pythread.h
Edit
pytime.h
Edit
rangeobject.h
Edit
setobject.h
Edit
sliceobject.h
Edit
structmember.h
Edit
structseq.h
Edit
symtable.h
Edit
sysmodule.h
Edit
token.h
Edit
traceback.h
Edit
tupleobject.h
Edit
typeslots.h
Edit
ucnhash.h
Edit
unicodeobject.h
Edit
warnings.h
Edit
weakrefobject.h
Edit