Skip to content

Instantly share code, notes, and snippets.

@bct
Created May 27, 2009 21:13
Show Gist options
  • Save bct/118909 to your computer and use it in GitHub Desktop.
Save bct/118909 to your computer and use it in GitHub Desktop.
/* input variable location definitions */
{{for type, name, dir, size, row, human_location in inputs}}
IEC_{{type}} beremiz{{name}};
IEC_{{type}}* {{name}} = &beremiz{{name}};
{{endfor}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment