Skip to main content

IAR Embedded Workbench for RISC-V 3.40

__toLower

In this section:
Syntax
__toLower(macroString)
Parameters
macroString

A macro string.

Return value

The converted macro string.

For use with

All C-SPY drivers.

Description

This macro returns a copy of the parameter macroString where all the characters have been converted to lower case.

Example
__toLower("IAR")

The resulting macro string contains iar.

__toLower("Mix42")

The resulting macro string contains mix42.

See also

Macro strings.