Skip to content

Method: next

DadiBit edited this page Jul 15, 2022 · 1 revision

Description

Moves (with fseek()) the current position in the map file and data file to the first byte of the entry following the current one.

Declaration

kuli_t next(kuli_t k)

Arguments

  • kuli_t k the kuli interface

Returns

The kuli_t interface passed as argument.

Clone this wiki locally