On Wed, 17 Aug 2022 13:30:09 -0500, Charles Mills wrote:

>> Some C compilers allow longer character constants
>
>It is an option for the IBM XLC compiler. I will leave looking up the specific 
>option as an exercise for the reader.
>
>I recall beyond a shadow of a doubt that on the XLC compiler for Z I have used
>
>int foo = 'ABCD';
>
Can of worms.

Documentation?

Portability of e.g. "int foo = 'ABC';":

Blank/null fill?

left/right justified?

big/small-endian?

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to