Guest User

Untitled

a guest
May 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.21 KB | None | 0 0
  1. #include <stdio.h>
  2. #define STRINGIFY(X) #X
  3.  
  4. char string[] = STRINGIFY
  5. (
  6.     put (your)
  7.     {
  8.         GLSL program;
  9.     }
  10.     in; /*here*/
  11. );
  12.  
  13.  
  14. int main () {
  15.     printf ("%s\n", string);
  16.     return 0;
  17. }
Add Comment
Please, Sign In to add comment