SHOW:
|
|
- or go back to the newest paste.
| 1 | - | 23 coursearray[i] = (course_t*)malloc(sizeof(course_t)); |
| 1 | + | 23 vectarray[i] = (vectorstruct*)malloc(sizeof(vectorstruct)); |
| 2 | (gdb) p *count | |
| 3 | $2 = 2 | |
| 4 | (gdb) s | |
| 5 | 24 printf("Count: %d\n", *count);
| |
| 6 | (gdb) p *count | |
| 7 | $3 = 6300304 |