The C interfaces are defined by the following
header files:
- BipCni.h: this header file 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: this header file 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: this header file 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. See Utility function return codes and values for more information.
- BipCos.h: this header file contains operating system specific definitions
for user-defined nodes that have been written in C.