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:
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 |
|
---|
19 | main(argc, argv)
|
---|
20 | int argc;
|
---|
21 | char *argv[];
|
---|
22 | {
|
---|
23 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.