Remove obsoleted COM_BIDIR, FIFO_TRIGGER_* and "comcontrol bidir"
[unix-history] / lib / libF77 / h_mod.c
CommitLineData
547779a8
WH
1#include "f2c.h"
2
3#ifdef KR_headers
4shortint h_mod(a,b) short *a, *b;
5#else
6shortint h_mod(short *a, short *b)
7#endif
8{
9return( *a % *b);
10}