-
Notifications
You must be signed in to change notification settings - Fork 24
Init and Finalize
Giuseppe Congiu edited this page Apr 8, 2020
·
5 revisions
int yaksa_init(void)
- Returned value
- On success,
YAKSA_SUCCESS
is returned. - On error, a non-zero error code is returned.
- On success,
int yaksa_finalize(void)
- Returned value
- On success,
YAKSA_SUCCESS
is returned. - On error, a non-zero error code is returned.
- On success,