This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
gcc
Watch
2
Star
0
Fork
0
You've already forked gcc
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f37f25151b
gcc
/
libf2c
/
libF77
/
h_mod.c
8 lines
78 B
C
Raw
Normal View
History
Unescape
Escape
* Previous contents of gcc/f/runtime moved into toplevel "libf2c" directory. From-SVN: r17568
1998-02-01 02:37:08 +01:00
#
include
"f2c.h"
*: Fix formatting. * libF77/*: Fix formatting. * libI77/*: Likewise. * libU77/*: Likewise. From-SVN: r54145
2002-06-01 14:38:32 +02:00
shortint
h_mod
(
short
*
a
,
short
*
b
)
* Previous contents of gcc/f/runtime moved into toplevel "libf2c" directory. From-SVN: r17568
1998-02-01 02:37:08 +01:00
{
*: Fix formatting. * libF77/*: Fix formatting. * libI77/*: Likewise. * libU77/*: Likewise. From-SVN: r54145
2002-06-01 14:38:32 +02:00
return
(
*
a
%
*
b
)
;
* Previous contents of gcc/f/runtime moved into toplevel "libf2c" directory. From-SVN: r17568
1998-02-01 02:37:08 +01:00
}
Reference in New Issue
Copy Permalink