-
Notifications
You must be signed in to change notification settings - Fork 0
Method: prev
DadiBit edited this page Jul 15, 2022
·
1 revision
Moves (with fseek()
) the current position in the map file and data file to the first byte of the entry preceding the current one.
Please note that it calls fseek()
on the map file 2 times more than a next()
call.
kuli_t prev(kuli_t k)
-
kuli_t k
the kuli interface
The kuli_t
interface passed as argument.