C Declaration

Compilation:

C options - LONGNAME

Binder Options - CASE(MIXED)

Header File - tibhwlog.h

Procedure:

Below is an example of the C format of data structure and the call.
#include "tibhwlog.h"  
…..
                             
tib_return_code = TIB_WRITE_SYSLOG(&LA, &reason); 
If (tib_return_code != 0)
{
   …… do error analysis
}