File: const.go

package info (click to toggle)
gdu 5.34.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,288 kB
  • sloc: makefile: 145
file content (4 lines) | stat: -rw-r--r-- 102 bytes parent folder | download
1
2
3
4
package common

// Is64Bit returns true if the system is 64-bit
const Is64Bit = (^uint(0) >> 63) == 1