Guest User

Untitled

a guest
Sep 24th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 0.12 KB | None | 0 0
  1. type
  2.   IcmpHeader {.
  3.     importc: "struct icmphdr",
  4.     header: "<linux/icmp.h>",
  5.     final
  6.   .} = object
  7.     type: uint8
Advertisement
Add Comment
Please, Sign In to add comment