Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.23 KB | None | 0 0
  1. else if (commands[0] == 'i'){                  
  2.                     for (unsigned int i = 0; i<(strlen(commands)); i++){                   
  3.                         commands[i] = commands[i+1];
  4.                     }
  5.                     printf("%s",commands);
  6.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement