home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / f_2_c / libf77 / h_mod.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-10  |  108 b   |  10 lines

  1. #include "f2c.h"
  2.  
  3. extern integer s_cmp();
  4.  
  5. shortint h_mod(a,b)
  6. short *a, *b;
  7. {
  8. return( *a % *b);
  9. }
  10.