Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Test_Macro(abc, def, "n string1 string2 n test string",
  2. "test string2 n");
  3. // Some code or text
  4.  
  5. Test_Macro(asdsadas, "test String1");
  6. // Some code...
  7.  
  8. Test_Macro(abc, def, "n string1 string2 n test string",
  9. "test string2 n",
  10. 123456);
  11. // Some code or text
  12.  
  13. Test_Macro(asdsadas, "test String1");
  14. // Some code...
  15.  
  16. grep -r 'Test_Macro' ./
  17.  
  18. Test_Macro(abc, def, "n string1 string2 n test string",
  19. Test_Macro(asdsadas, "test String1");
  20. Test_Macro(abc, def, "n string1 string2 n test string",
  21. Test_Macro(asdsadas, "test String1");
  22.  
  23. Test_Macro(abc, def, "n string1 string2 n test string",
  24. "test string2 n");
  25. Test_Macro(asdsadas, "test String1");
  26. Test_Macro(abc, def, "n string1 string2 n test string",
  27. "test string2 n",
  28. 123456);
  29. Test_Macro(asdsadas, "test String1");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement