<b>string_type</b>




Document: The safe-c User Guide

next Functions
up Constants and Data Types
gif floating_point_type

string_type

Objects of string_type consist of a sequence of arbitrary characters, of arbitrary length, up to a certain maximum. This maximum length is denoted by the symbolic constant STRING_MAXLEN (which is of type integer_type).

String constants are enclosed by double quote characters, and may not be broken across multiple lines:

  "This is a valid string constant."

  "This is NOT a
   valid
   string constant!"

Within a string constant, certain special characters are denoted by so-called escape sequences as follows:




Document: The safe-c User Guide

next Functions
up Constants and Data Types
gif floating_point_type



McMullin@eeng.dcu.ie
Fri Jan 12 12:30:02 GMT 1996