Changes between Version 12 and Version 13 of ResumedC


Ignore:
Timestamp:
Apr 29, 2009, 4:00:39 PM (16 years ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ResumedC

    v12 v13  
    242242char arr[5];
    243243
    244 /* pointer 'arr_p' to the array 'arr'
     244/* pointer 'arr_p' to the array 'arr' */
    245245char *arr_p = &arr[0];
    246246