go调用c语言结构体,golang之cgo---类型转换小试牛刀之C结构体和go结构体转换
package main/*#include #include #include #include #define MAX_FACES_PER_DETECT 64typedef struct Point{float x;float y;}Point;typedef struct Rectangle{Point lt;Point rd;}Rectangle;typedef struct Detec...