Guest User

Untitled

a guest
Dec 7th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 0.21 KB | None | 0 0
  1. 23                              coursearray[i] = (course_t*)malloc(sizeof(course_t));
  2. (gdb) p *count
  3. $2 = 2
  4. (gdb) s
  5. 24                              printf("Count: %d\n", *count);
  6. (gdb) p *count
  7. $3 = 6300304
Advertisement
Add Comment
Please, Sign In to add comment