]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libf2c/libF77/h_mod.c
This commit was generated by cvs2svn to compensate for changes in r171169,
[FreeBSD/FreeBSD.git] / contrib / libf2c / libF77 / h_mod.c
1 #include "f2c.h"
2
3 shortint
4 h_mod (short *a, short *b)
5 {
6   return (*a % *b);
7 }