Skip to main content

integer

Function integer 

Source
pub fn integer(
    text: &str,
    std: Std,
    target: &TargetInfo,
) -> Result<IntConstant, IntError>
Expand description

Converts the spelling of a preprocessing number into an integer constant.

ยงErrors

IntError, one case of which is that the spelling is a floating constant rather than a malformed integer one.