Pass C string to python (ctypes)

前端 未结 0 1399
温柔的废话
温柔的废话 2021-01-23 20:32

I\'m trying to pass char * and char ** from my C code to Python via ctypes. Here is my code:

.h

int process(unsigned char *line, unsigned char (*word)[128]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题