Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _C_int (0.07 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    //go:build linux
    
    package unix
    
    const (
    	SizeofShort    = 0x2
    	SizeofInt      = 0x4
    	SizeofLongLong = 0x8
    	PathMax        = 0x1000
    )
    
    type (
    	_C_short int16
    	_C_int   int32
    
    	_C_long_long int64
    )
    
    type ItimerSpec struct {
    	Interval Timespec
    	Value    Timespec
    }
    
    type Itimerval struct {
    	Interval Timeval
    	Value    Timeval
    }
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
Back to top