Sample Program : Program Description : Include File Statements

Include File Statements
#include <stdio.h>
 

This includes the standard I/O library.

#include "dataport.h"

 

This includes the Dataport Library definitions. In this example, the sample program is assumed to have the same directory path as the file of definitions.