4.1.2 Including Header Files
Various header files must be included in your application to test for error conditions, to use library functions from other Intel® Dialogic® products, or to perform event-management and standard-attribute functions. An example is shown below. See Chapter 5, "Building Applications" for details.
#include <windows.h> /* For Windows applications only */ #include <errno.h> #include "srllib.h" #include "dtilib.h" #include "msilib.h"
- Note: To avoid redundancy in the remaining programming examples in this chapter, #include statements will not be shown.
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation