summaryrefslogtreecommitdiff
path: root/macros/generic/docbytex/main.c
blob: 8388ceeb6197e179b23ed09a796fe5ea405e0890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <stdio.h>

//: main

int main (int argc, char** argv)
{
  int i;
  inicializuj();
  pocitej();
  for (i=0; i<argc; i++) uzasna_funkce(i);
  uzasne_wokno();
  return 0;
}