Doxygen Source Code Documentation
h_mod.c File Reference
#include "f2c.h"Go to the source code of this file.
Functions | |
| shortint | h_mod (short *a, short *b) |
Function Documentation
|
||||||||||||
|
Definition at line 6 of file h_mod.c. References a.
00008 {
00009 return( *a % *b);
00010 }
|