Doxygen Source Code Documentation
Main Page Alphabetical List Data Structures File List Data Fields Globals Search
i_mod.c
Go to the documentation of this file.00001 #include "f2c.h"
00002
00003 #ifdef KR_headers
00004 integer i_mod(a,b) integer *a, *b;
00005 #else
00006 integer i_mod(integer *a, integer *b)
00007 #endif
00008 {
00009 return( *a % *b);
00010 }