1 extern "C" {
 2 
 3 void
 4 dlamch_();
 5 
 6 }
 7 
 8 
 9 int
10 main()
11 {
12 
13     dlamch_();
14 }