Using a Precompiled File

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

The following listing shows an example.

Listing: Using a precompiled file

/* sock_main.c */

#include "sock.mch" /* Precompiled header file. */

#include "wool.h /* Regular header file. */

/* ... */