goplus / c2go

Convert C to Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: sizeof, offsetof

xushiwei opened this issue · comments

type Struct_ff_f struct {
	File *int8
	Line int32
	R    int32
	X    float32
	X2   float32
	Y    float32
	Dy   float32
	E    int32
}

sizeof(Struct_ff_f)