@@ -33,9 +33,13 @@ type (
Float = float32
Double = float64
Pointer = unsafe.Pointer
FilePtr = unsafe.Pointer
FilePtr = *FILE
)
type FILE struct {
Unused [8]byte
}
type (
Int C.int
Uint C.uint
The note is not visible to the blocked user.