Advertisement
tyler569

$ -> *

Mar 4th, 2017
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.07 KB | None | 0 0
  1.  
  2. #define $ *
  3.  
  4. int main() {
  5.   int $foo = 5;
  6.   printf("%i", $foo);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement