//go:build ignore // +build ignore // Hand writing: _Ctype_struct___0 /* Input to cgo -godefs. */ package disk /* #include #include #include #include #include #include #include */ import "C" const ( sizeOfStatvfs = C.sizeof_struct_statvfs ) type ( Statvfs C.struct_statvfs )