From: David Wasley Date: Sat, 22 Jan 1983 03:13:33 +0000 (-0800) Subject: date and time created 83/01/21 11:13:33 by dlw X-Git-Tag: BSD-4_1c_2-Snapshot-Development~910 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/ee9ebbf79e2100eb16d9797b8f65aaea9791b424 date and time created 83/01/21 11:13:33 by dlw SCCS-vsn: usr.bin/f77/libF77/h_mod.c 1.1 --- diff --git a/usr/src/usr.bin/f77/libF77/h_mod.c b/usr/src/usr.bin/f77/libF77/h_mod.c new file mode 100644 index 0000000000..2f768fcca8 --- /dev/null +++ b/usr/src/usr.bin/f77/libF77/h_mod.c @@ -0,0 +1,9 @@ +/* + * "@(#)h_mod.c 1.1" + */ + +short h_mod(a,b) +short *a, *b; +{ +return( *a % *b); +}