bct (owner)

Revisions

  • b40683 Wed May 27 14:13:08 -0700 2009
gist: 118909 Download_button fork
public
Public Clone URL: git://gist.github.com/118909.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
/* input variable location definitions */
{{for type, name, dir, size, row, human_location in inputs}}
IEC_{{type}} beremiz{{name}};
IEC_{{type}}* {{name}} = &beremiz{{name}};
{{endfor}}