/***************************************** *** *** FILE : Example.c *** ------------------------------------ *** DATE : 07.08.91 *** ------------------------------------ *** AUTHOR : F. Enderle *** ------------------------------------ *** VERSION: 0.0 ( It works ) *** *****************************************/ /* See Doc file */ #include extern USHORT CheckVecs(); main() { if(CheckVecs()) printf("Error\n"); }