Using a Precompiled File

To use a precompiled file, simply include it in your source code files like you would any other header file:

Using a precompiled file shows an example.

Listing 1. Using a precompiled file
/* sock_main.c */

#include "sock.mch" /* Precompiled header file. */
#include "wool.h /* Regular header file. */

/* ... */
Related information
What Can be Precompiled
Creating a Precompiled File