This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2024-12-21 16:32:25 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
0694506637
HardenedBSD
/
contrib
/
libf2c
/
libF77
/
h_mod.c
8 lines
78 B
C
Raw
Normal View
History
Unescape
Escape
Virgin import of EGCS 1.1.2's libf2c
1999-09-18 12:51:31 +02:00
#
include
"f2c.h"
Gcc 3.3.1-pre 2003-07-11 libf2c bits.
2003-07-11 05:42:19 +02:00
shortint
h_mod
(
short
*
a
,
short
*
b
)
Virgin import of EGCS 1.1.2's libf2c
1999-09-18 12:51:31 +02:00
{
Gcc 3.3.1-pre 2003-07-11 libf2c bits.
2003-07-11 05:42:19 +02:00
return
(
*
a
%
*
b
)
;
Virgin import of EGCS 1.1.2's libf2c
1999-09-18 12:51:31 +02:00
}
Reference in New Issue
Copy Permalink