source: buchla-68k/orig/GP/GPMAIN.H

Last change on this file was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 365 bytes
Line 
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
8extern int (*gp_clin)(), (*gp_btch)(), (*gp_intr)(), (*gp_exit)();
9
10extern int gp_null();
Note: See TracBrowser for help on using the repository browser.