DEBSOURCES
Skip Quicknav
sources / gdu / 5.34.4-1 / internal / common / const.go
1234
package common // Is64Bit returns true if the system is 64-bit const Is64Bit = (^uint(0) >> 63) == 1