%selectfile NULL_FILE
%if EXISTS("_ALIGNPADDING_") == 0
%assign _ALIGNPADDING_ = 1
%function SLibAddPreStructDeclarePragma(declareName) Output
%if !WHITE_SPACE(::CompiledModel.PreStructDeclarePragma)
%assign pd = FEVAL("strrep", "%<::CompiledModel.PreStructDeclarePragma>", ...
"/%<DECLARE_NAME>", declareName)
%<pd>
%endif
%endfunction
%function SLibAddPostStructDeclarePragma(declareName) Output
%if !WHITE_SPACE(::CompiledModel.PostStructDeclarePragma)
%assign pd = FEVAL("strrep", "%<::CompiledModel.PostStructDeclarePragma>", ...
"/%<DECLARE_NAME>", declareName)
%<pd>
%endif
%endfunction
%endif