* dwarf2out.c (dwarf2out_abstract_function): Use DW_AT to check presence of DW_AT_in...
[official-gcc.git] / libf2c / libF77 / h_mod.c
blobc04e0df823bde78b57f0af9fb653cd572e881d0a
1 #include "f2c.h"
3 shortint
4 h_mod (short *a, short *b)
6 return (*a % *b);