logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lxi_init - initialize LXI library

Description

       The  lxi_init() function initializes the LXI library. This is required before calling any other available
       lxi functions.

Name

       lxi_init - initialize LXI library

Return Value

       Upon successful completion lxi_init() returns LXI_OK , or LXI_ERROR if an error occurred.

See Also

lxi_connect(3), lxi_send(3), lxi_receive(3), lxi_disconnect(3),

liblxi 1.22                                        2024-11-08                                        lxi_init(3)

Synopsis

#include<lxi.h>intlxi_init(void);

See Also