Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
lxi_init(3)		       C Library Functions		     lxi_init(3)

NAME
     lxi_init - initialize LXI library

SYNOPSIS
     #include <lxi.h>

     int lxi_init(void);

DESCRIPTION
     The  lxi_init()  function initializes the LXI library. This is required be-
     fore calling any other available lxi functions.

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.18			   2022-09-28			     lxi_init(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lxi_init&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help