falaina

Untitled

Apr 10th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. void doSomething() {
  2.   int* intPtr = malloc(sizeof(int));
  3.   ....   do something ....
  4.   return;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment