hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

env.ha (200B)


      1 // License: MPL-2.0
      2 // (c) 2021 Mykyta Holubakha <hilobakho@gmail.com>
      3 use format::elf;
      4 
      5 // System V auxillary vector for the current process
      6 export let auxv: *[*]elf::auxv64 = null: *[*]elf::auxv64;