-
Notifications
You must be signed in to change notification settings - Fork 0
Method: new
DadiBit edited this page Jul 15, 2022
·
2 revisions
This method, as opposed to the other ones, doesn't make use of a kuli_t
interface, because it's the actual function used to create the interface(s).
kuli_t new(FILE *map, FILE *data);
-
FILE *map
The map file pointer -
FILE *data
The data file pointer
The new kuli_t
interface.