Skip to content

Method: append

DadiBit edited this page Jul 15, 2022 · 1 revision

Description

Appends an entry at the end of the database and moves to the end of both files (with fwrite()).

Declaration

kuli_t append(kuli_t k, kuli_entry_t *src);

Arguments

  • kuli_t k the kuli interface
  • kuli_entry_t *src the source pointer where entry size and data are stored

Returns

The kuli_t interface passed as argument.

Clone this wiki locally