Guest User

Untitled

a guest
Jul 15th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include "Fila.h"
  4.  
  5. int main(int argc, char *argv[])
  6. {
  7. TipoFila CPU;
  8.  
  9. void FFVazia(CPU);
  10.  
  11.  
  12.  
  13.  
  14. system("PAUSE");
  15. return 0;
  16. }
Add Comment
Please, Sign In to add comment