Advertisement
Guest User

Untitled

a guest
May 29th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. void presentation()
  2. {
  3. system ("MODE 69,40");
  4. int c;
  5. gotoxy(22,18);
  6. printf("Press ENTER to continue");
  7. gotoxy(5,31);
  8. printf("Autor : Michael Relich");
  9. ram();
  10. gotoxy(5,32);
  11. setlocale(LC_ALL,"");
  12. printf("Počet řádků +- 1700");
  13. gotoxy(5,33);
  14. printf("Rok : 2015/2016");
  15. gotoxy(5,34);
  16. printf("Střední škola informatiky a poštovnictví Brno,");
  17. gotoxy(5,35);
  18. printf("příspěvková organizace");
  19. setlocale(LC_ALL,"C");
  20. gotoxy(14,39);
  21. tyrkysova();
  22. cas();
  23. white();
  24. getchar();
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement