The C interfaces are defined by the following
header files.
- BipCni.h contains functions for user-defined nodes that have been
written in C. For a list of functions, refer to the C language user-defined node API.
- BipCpi.h contains functions for user-defined parsers that have
been written in C. For a list of functions, refer to the C language user-defined parser API.
- BipCci.h contains utility functions common to both user-defined
nodes and parsers that have been written in C. For a list of functions, refer
to C common utility functions. This file also contains definitions
for utility function return codes and values. For more information, see Utility function return codes and values.
- BipCos.h contains operating system specific definitions
for user-defined nodes that have been written in C.