-
Notifications
You must be signed in to change notification settings - Fork 0
Type: kuli_t
DadiBit edited this page Jul 15, 2022
·
1 revision
An interface to
The append property is a function pointer, in order to simulate the "methods" effect of OOP; it is initialized automatically when kuli.new() is used to create an interface. This can be really useful to chain consecutive calls, as kuli_t is returned by every static method.
-
FILE* mapThe map file pointer -
FILE* dataThe data file pointer struct kuli_s (*append) (struct kuli_s k, kuli_entry_t *src)