index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
lib
/
libf2c
/
libF77
/
h_mod.c
blob: c04e0df823bde78b57f0af9fb653cd572e881d0a (
plain
)
1
2
3
4
5
6
7
#include "f2c.h" shortint h_mod (short *a, short *b) { return (*a % *b); }