Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. ifs:
  2. IF PAREOPEN condition PARECLOSE BLOCK {;if($3 > 0){executabloco($5);}};
  3.  
  4. void executabloco (const char *text){
  5. yy_scan_buffer(text, strlen(text));
  6. yyparse();
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement