#pragma strings

In IBM® XL C/C++ for AIX® 16.1.0 or earlier releases, #pragma strings specifies the storage type for string literals. When #pragma strings(readonly) is in effect, strings are placed in read-only memory. When #pragma strings(writeable) is in effect, strings are placed in read-write memory.

IBM Open XL C/C++ for AIX 17.1.3 does not support #pragma strings. All strings are placed in read-only memory.