HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
test_scfg.c File Reference
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <hipc/scfg.h>
Include dependency graph for test_scfg.c:

Go to the source code of this file.

Functions

static void test_hipcScfgInit (void)
 
static void test_hipcScfgCheckStrusize (void)
 
int main (int argc, char *argv[])
 

Function Documentation

static void test_hipcScfgInit ( void  )
static

Definition at line 7 of file test_scfg.c.

References HIPC_scfg::endian_p, and hipcScfgInit().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

static void test_hipcScfgCheckStrusize ( void  )
static

Definition at line 21 of file test_scfg.c.

References HIPC_ERR_S_OVERSIZED_STRU, HIPC_SUCCESS, hipcScfgCheckStrusize(), HIPC_scfg::n_struct, and HIPC_scfg::strusize_p.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Definition at line 41 of file test_scfg.c.

References test_hipcScfgCheckStrusize(), and test_hipcScfgInit().

Here is the call graph for this function: