Declare a CHARACTER array
All Unix: | char C[10][50]; const int C_length |
VAX/VMS: | char C[10][50]; const int C_length = 50; |
struct dsc$descriptor_s C_descr = |
|
{ |
|
struct dsc$descriptor_s ∗C_arg =&C_descr |