kod 40 main.c pole[i].kod[j] = '\0'; kod 186 main.c strcat(pole[nejmensi].kod, "1"); kod 191 main.c strcat(pole[nejmensi].kod, "0"); kod 214 main.c strcpy(tmp, pole[i].kod); kod 215 main.c strcpy(pole[i].kod, pole[j].kod); kod 216 main.c strcat(pole[i].kod, tmp); kod 221 main.c g_print("%c = %s\n", pole[i].znak, pole[i].kod); kod 325 main.c strcat(kod1, pole[buffer_in[i]].kod); kod 34 main.h gchar kod[256]; /**< Textova reprezentace cesty od korene */