Last change
on this file since 6888aa2 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
365 bytes
|
Rev | Line | |
---|
[3ae31e9] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | gp_main.h -- definitions for gp_main() and friends
|
---|
| 4 | Version 1 -- 1987-10-14 -- D.N. Lynx Crowe
|
---|
| 5 | =============================================================================
|
---|
| 6 | */
|
---|
| 7 |
|
---|
| 8 | extern int (*gp_clin)(), (*gp_btch)(), (*gp_intr)(), (*gp_exit)();
|
---|
| 9 |
|
---|
| 10 | extern int gp_null();
|
---|
Note:
See
TracBrowser
for help on using the repository browser.