copyToTemp

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

copyToTemp
(
StorageClass stc
,
const char* name
,
)

Parameters

stc

storage classes will be added to the made temporary variable

name
Type: char*

name for temporary variable

e

original expression

Return Value

Newly created temporary variable.

Meta