我想爲使用struct的C代碼編寫Python包裝。 modules.c: struct foo { int a; }; struct foo bar; modulues.i %module nepal %{ struct foo { int a; } ...
確定! 回上一頁