Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.39 KB | None | 0 0
  1.  
  2.     for(i=0; i<op; i++)
  3.     {
  4.  
  5.         if(fscanf(in,"%9s",x) == 1)
  6.         {
  7.             if(strcmp(x,"push"))
  8.             {
  9.                 int id_stiva, id_paranteza;
  10.                 char tip;
  11.                 fscanf(in,"%d %d %c",&id_stiva,&id_paranteza,&tip);
  12.  
  13.             }
  14.             if(strcmp(x,"prints"))
  15.             {
  16.                 //afisezi
  17.             }
  18.         }
  19.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement