Advertisement
wgma

Untitled

Sep 25th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. struct demc{
  2. #define SIZE 10
  3. int arr[SIZE][SIZE];
  4. demc();
  5. void blah();
  6. int etc();
  7. #undef SIZE
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement