Telaryon

Egyszerű Nyilvántartószoftver példa I. rész

Mar 18th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.30 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <string.h>
  4. #include <conio.h>
  5. #include "structure.h"
  6.  
  7. /*File name: main.c
  8. Itt van main függvény*/
  9.  
  10. extern struct Videogames;
  11.  
  12. int main(void)
  13. {
  14.     printf("MMOnote\n");
  15.     printf("\n");
  16.     printf(".....Menu.....");
  17.     menu();
  18.     return 0;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment