-
Notifications
You must be signed in to change notification settings - Fork 0
Method: append
DadiBit edited this page Jul 15, 2022
·
1 revision
Appends an entry at the end of the database and moves to the end of both files (with fwrite()
).
kuli_t append(kuli_t k, kuli_entry_t *src);
-
kuli_t k
the kuli interface -
kuli_entry_t *src
the source pointer where entry size and data are stored
The kuli_t
interface passed as argument.