hare

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

-x86_64.ha (97B)


      1 export type epoll_event = struct {
      2 	// Not packed on !x86_64
      3 	events: u32,
      4 	data: epoll_data,
      5 };