// SPDX-License-Identifier: BSD-3-Clause //go: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 )