1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00
freebsd/contrib/libf2c/libF77/h_mod.c
2003-07-11 03:42:19 +00:00

8 lines
78 B
C

#include "f2c.h"
shortint
h_mod (short *a, short *b)
{
return (*a % *b);
}