mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-11 04:29:44 +08:00
8 lines
78 B
C
8 lines
78 B
C
#include "f2c.h"
|
|
|
|
shortint
|
|
h_mod (short *a, short *b)
|
|
{
|
|
return (*a % *b);
|
|
}
|