C++ からの C 組み込みファイルの使用

C++ プログラムで古い C ヘッダー・ファイルを使う必要がある場合、次のように extern を使用します。
extern "C" {
  #include "myhdr.include"
}