PycStringIO_CAPI.creadline

Read a line from an input object. Returns the length of the read line as an int and a pointer inside the object buffer as char** (so the caller doesn't have to provide its own buffer as destination).

struct PycStringIO_CAPI
int function(PyObject*, char**) creadline;

Meta