Skip to content

Instantly share code, notes, and snippets.

@acolley
Last active December 27, 2015 18:29
Show Gist options
  • Save acolley/7370453 to your computer and use it in GitHub Desktop.
Save acolley/7370453 to your computer and use it in GitHub Desktop.
C Struct in Nimrod
type
Node_S = object
child_l: ptr Node_S
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment