我将其发布为问题/答案,因为这花了我一段时间才能解决,并且我不介意我的解决方案有任何反馈。在Go / CGo中,如何处理作为指针传递的C数组?例如,使用此C结构:struct _GNetSnmpVarBind { guint32 *oid; /* name of the variable */ gsize oid_len; /* length of the name */ ... and other fields}; 我想将oid字段转换为Go字符串,如何使用guint32 *指针?
3 回答
- 3 回答
- 0 关注
- 336 浏览
添加回答
举报
0/150
提交
取消