source: buchla-68k/orig/GP/CSTD.CPY

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: 509 bytes
Line 
1/*
2 =============================================================================
3 .c --
4 Version 1 -- -- D.N. Lynx Crowe
5 =============================================================================
6*/
7
8#include "stdio.h"
9
10#include "ctype.h"
11
12#include "stddefs.h"
13
14/*
15 =============================================================================
16 =============================================================================
17*/
18
19main(argc, argv)
20int argc;
21char *argv[];
22{
23}
Note: See TracBrowser for help on using the repository browser.