Hi,<br><br>I have some problem in wrapping a c function that take a char array as parameter. I have tried to use a cdef char **a_pointer, but couldn't initialize the char array. I've seen something like the PyBuffer_FromReadWriteObject in
Python.h but couldn't figure out<br> how to put them into use. Anyone can give a hand? Thanks!<br><br><br>Yuan<br>