jazykc  2013.3
upoljazykc
 All Classes Files Functions Variables Typedefs Macros Pages
soucty-radku.c
Go to the documentation of this file.
1 
2 
36 //Povolené knihovny:
37 #include <stdio.h>
38 #include <stdlib.h>
39 
40 int soucty(const char *vstup, const char *vystup) {
41 }
42 
43 
44 int main (int argc; char *argv[]) {
45  exit(EXIT_SUCCESS);
46 }