Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. charToAction = fgetc(charToAction);
  2. while(char != EOF)
  3. {
  4.     encrypt(charToAction);
  5.     charToAction = fgetc(charToAction)
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement