home *** CD-ROM | disk | FTP | other *** search
/ vis-ftp.cs.umass.edu / vis-ftp.cs.umass.edu.tar / vis-ftp.cs.umass.edu / pub / Software / ASCENDER / ascender.tar.Z / ascender.tar / Triangulate / include / mod.s < prev    next >
Text File  |  1995-04-13  |  125b  |  11 lines

  1. #ifndef incl_mod_s
  2. #define incl_mod_s
  3. #include "cvar.h"
  4.  
  5.  
  6. FUNCTION_DECL ( int mod, (
  7.         int m,
  8.         int n));
  9.  
  10. #endif
  11.