|
Last change
on this file since 2 was 2, checked in by bird, 23 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
|
File size:
251 bytes
|
| Line | |
|---|
| 1 | #include "f2c.h"
|
|---|
| 2 | #include "signal1.h"
|
|---|
| 3 |
|
|---|
| 4 | #ifdef KR_headers
|
|---|
| 5 | void *
|
|---|
| 6 | G77_signal_0 (sigp, proc) integer *sigp; sig_pf proc;
|
|---|
| 7 | #else
|
|---|
| 8 | void *
|
|---|
| 9 | G77_signal_0 (integer *sigp, sig_pf proc)
|
|---|
| 10 | #endif
|
|---|
| 11 | {
|
|---|
| 12 | int sig;
|
|---|
| 13 | sig = (int)*sigp;
|
|---|
| 14 |
|
|---|
| 15 | return (void *) signal(sig, proc);
|
|---|
| 16 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.