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

Go to the source code of this file.

Functions

static void test_hipcMsghdrBdysize (void)
 
static void test_hipcEndian (void)
 
int main (int argc, char *argv[])
 

Function Documentation

static void test_hipcMsghdrBdysize ( void  )
static

Definition at line 7 of file test_hipc.c.

References HIPC_MESSAGE_TYPE_GET, HIPC_MESSAGE_TYPE_PUT, HIPC_MSGHDR_BYTE_BDYSZ, HIPC_MSGHDR_BYTE_TYPE, HIPC_MSGHDR_SIZE, and hipcMsghdrBdysize().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

static void test_hipcEndian ( void  )
static

Definition at line 22 of file test_hipc.c.

References hipcEndian().

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 34 of file test_hipc.c.

References test_hipcEndian(), and test_hipcMsghdrBdysize().

Here is the call graph for this function: