ILE C/C++ Compiler Reference


strings

C compiler C++ compiler
Read syntax diagramSkip visual syntax diagramstrings syntax
 
>>-#--pragma--strings--(--+-readonly--+--)---------------------><
                          '-writeable-'
 

Description

Specifies that the compiler may place strings into read-only memory or must place strings into writeable memory. Strings are writeable by default. This pragma must appear before any C or C++ code in a file.

Note:
This pragma will override the *STRDONLY compiler option.

[ Top of Page | Previous Page | Next Page | Contents | Index ]