$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: larsbj_at_[hidden]
Date: 2001-09-15 04:43:43
"William Kempf" <williamkempf_at_[hidden]> writes:
| First, you can't declare the linkage as both extern "C" and static,
I thought that:
extern "C" {
static
voiD foobar()
{
//
}
}
did that.
-- Lgb