Browse Source

print -> return

content-update
zhantolin 5 years ago committed by GitHub
parent
commit
528cce57ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/listat.en.md

2
subjects/listat.en.md

@ -4,7 +4,7 @@
Write a function `ListAt` that takes a pointer to the list `l` and an `int pos` as parameters. This function should return the `NodeL` in the position `pos` of the linked list `l`.
- In case of error the function should print `nil`.
- In case of error the function should return `nil`.
### Expected function and structure

Loading…
Cancel
Save