ILE C/C++ Compiler Reference


strings

>>-#--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 option on the Create Module or Create Bound Program commands.


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