Question on passing pointer in C to Python code.
by ajiten from LinuxQuestions.org on (#6JXAP)
Was curious about how to pass a double pointer, triple pointer in Python, from a C code.
The concept of a pointer variable in C, is due to the specific size requirements imposed by the necessitated by the address-bus size (in bytes); something which on a machine, the int or even long datatype might not possess.
Saw the site here, on googling, as the top result; and am confused as what (even, the OP) it even means.
If it reasonable to ask about its implies sense here, please hint somewhat.
The concept of a pointer variable in C, is due to the specific size requirements imposed by the necessitated by the address-bus size (in bytes); something which on a machine, the int or even long datatype might not possess.
Saw the site here, on googling, as the top result; and am confused as what (even, the OP) it even means.
If it reasonable to ask about its implies sense here, please hint somewhat.