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.
/* sock_main.c */ #include "sock.mch" /* Precompiled header file. */ #include "wool.h /* Regular header file. */ /* ... */