copyToTemp

Build a temporary variable to copy the value of e into.

Parameters

stc StorageClass

storage classes will be added to the made temporary variable

name char[]

name for temporary variable

e Expression

original expression

Return Value

Newly created temporary variable.

Meta