libc_openbsd_arm64.go 245 B

12345678910
  1. // Copyright 2021 The Libc Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. package libc // import "modernc.org/libc"
  5. type (
  6. long = int64
  7. ulong = uint64
  8. )