Compare commits
No commits in common. "48111bf986125c35e2635d6895ce0e376e8e2024" and "26e798675a6ae2111396897698d8ef60aa99bf96" have entirely different histories.
48111bf986
...
26e798675a
4
cv4/list-ops.zip:Zone.Identifier
Normal file
4
cv4/list-ops.zip:Zone.Identifier
Normal 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
|
@ -126,4 +126,5 @@ list_t *reverse_list(list_t *list) {
|
||||
void delete_list(list_t *list) {
|
||||
|
||||
free(list);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user