home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d533 / vtest.lha / VTest / Example.c < prev    next >
C/C++ Source or Header  |  1991-08-26  |  448b  |  24 lines

  1. /*****************************************
  2.  ***
  3.  *** FILE   : Example.c
  4.  *** ------------------------------------
  5.  *** DATE   : 07.08.91
  6.  *** ------------------------------------
  7.  *** AUTHOR : F. Enderle
  8.  *** ------------------------------------
  9.  *** VERSION: 0.0 ( It works )
  10.  ***
  11.  *****************************************/
  12.  
  13. /* See Doc file */
  14.  
  15. #include <exec/types.h>
  16.  
  17. extern USHORT CheckVecs();
  18.  
  19. main()
  20. {
  21.  if(CheckVecs()) printf("Error\n");
  22. }
  23.  
  24.