DDD commands

change source

list FUNCTION

display an array

int *array = (int *) malloc (len * sizeof (int));

Display the contents with

graph display array[0]@len

The general form of displaying an array slice is thus

graph display ARRAY[FIRST]@NELEMS

Quelle: (ddd.info)Array Slices

Leave a Reply

Your email address will not be published. Required fields are marked *