Created
May 27, 2009 21:13
-
-
Save bct/118909 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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