Line | |
---|
1 | /* $Id: Sym2Hll.cpp,v 1.1 2000-03-26 14:23:21 bird Exp $
|
---|
2 | *
|
---|
3 | * Sym2Hll - Symbol file to HLL debuginfo converter.
|
---|
4 | *
|
---|
5 | * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
|
---|
6 | *
|
---|
7 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
8 | *
|
---|
9 | */
|
---|
10 |
|
---|
11 | /*******************************************************************************
|
---|
12 | * Internal Functions *
|
---|
13 | *******************************************************************************/
|
---|
14 | #include <os2.h>
|
---|
15 |
|
---|
16 | #include <stdio.h>
|
---|
17 | #include <string.h>
|
---|
18 | #include <assert.h>
|
---|
19 |
|
---|
20 | #include "hll.h"
|
---|
21 | #include "kList.h"
|
---|
22 | #include "kHll.h"
|
---|
23 |
|
---|
24 |
|
---|
25 |
|
---|
26 |
|
---|
27 | int main(int argc, char **argv)
|
---|
28 | {
|
---|
29 |
|
---|
30 | return -1;
|
---|
31 | }
|
---|
32 |
|
---|
33 |
|
---|
34 | #ifdef __IBMCPP__
|
---|
35 | #include "klist.cpp"
|
---|
36 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.