Skip to content

Init and Finalize

Giuseppe Congiu edited this page Apr 8, 2020 · 5 revisions

API

yaksa_init()

int yaksa_init(void)
  • Returned value
    • On success, YAKSA_SUCCESS is returned.
    • On error, a non-zero error code is returned.

yaksa_finalize()

int yaksa_finalize(void)
  • Returned value
    • On success, YAKSA_SUCCESS is returned.
    • On error, a non-zero error code is returned.