Home
last modified time | relevance | path

Searched defs:printfunc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dobject.h187 typedef Py_ssize_t printfunc; typedef
/external/python/cpython2/Include/
Dobject.h307 typedef int (*printfunc)(PyObject *, FILE *, int); typedef