Last change
on this file was 1392, checked in by bird, 21 years ago |
This commit was generated by cvs2svn to compensate for changes in r1391,
which included commits to RCS files with non-trunk default branches.
|
-
Property cvs2svn:cvs-rev
set to
1.1.1.2
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
164 bytes
|
Line | |
---|
1 | #include "f2c.h"
|
---|
2 | #include "signal1.h"
|
---|
3 |
|
---|
4 | void *
|
---|
5 | G77_signal_0 (integer * sigp, sig_pf proc)
|
---|
6 | {
|
---|
7 | int sig;
|
---|
8 | sig = (int) *sigp;
|
---|
9 |
|
---|
10 | return (void *) signal (sig, proc);
|
---|
11 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.