This directory contains the code for the message passing interface between modules which are separate processes. msglib.c - Code to actually implement the underlying message passing interface. msglib.h - Defines needed to be included by other files which use this message passing interface. msglib_private.h - private include file.