Compare commits

..

No commits in common. "48111bf986125c35e2635d6895ce0e376e8e2024" and "26e798675a6ae2111396897698d8ef60aa99bf96" have entirely different histories.

3 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://student.kemt.fei.tuke.sk/pvjc/cvicenia/test
HostUrl=https://student.kemt.fei.tuke.sk/pvjc/cvicenia/test/list-ops.zip

View File

@ -126,4 +126,5 @@ list_t *reverse_list(list_t *list) {
void delete_list(list_t *list) {
free(list);
}
}

View File