extern int EXPORT func OF((elemtype pame)); //对类型elemtype的声明,外部的
int MaxValue(Value1,Value2) int Value1,int Value2 { ...... }
int MaxValue(int Value1,int Value2) { ...... }