C string

C string


CPSTR* Index Level
Syntax
Category C Interface
Type Definition
Description a series of characters terminated by a null (0x00) usually used in C.
Options
See Also
Example char x [] = "hi there";
Warnings C strings or pointers to C strings may NOT be passed directly to _CP_ functions unless otherwise noted.
Compatibility AP 6.1
CPSTR* Index Level