sysCExtension system variable (SDL script)
This system variable applies only to SDL scripts for C.
The sysCExtension system variable returns (a global string) the Implementation File Extension/Suffix value that is set on the Launch ACS/TDK dialog.
This system variable is useful when specifying an implementation file to generation code to.
In this example, the sysCExtension system variable is used to set the extension of an implementation file.
%file (%getvar "strFullPath") & (%getvar "sysCExtension")