From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e2ef71a7349b4c1b,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-13 04:31:12 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!newsjunkie.ans.net!singapura.singnet.com.sg!merlion.singnet.com.sg!raffles.technet.sg!einstein.technet.sg!mchong From: mchong@technet.sg (Michael Chong) Newsgroups: comp.lang.ada Subject: Ada to C Converter Date: 13 Mar 1995 12:04:18 GMT Organization: Technet, Singapore Message-ID: <3k1cc2$j51@raffles.technet.sg> NNTP-Posting-Host: einstein.technet.sg X-Newsreader: TIN [version 1.2 PL2] Date: 1995-03-13T12:04:18+00:00 List-Id: We are writing softare on two platforms. One runs Ada and the other C. The systems use a large record of variables and these are already defined in an Ada header file. We would like to use the same definitions in this file for the C software. Is there a tool available to convert the Ada header file to an equivalent C include file? The header files consist of Type and structure definitions only. The data types should be maintained. Conversion of code is not required. Any help or pointers would be greatly appreciated. Thanks. N.B. Please email me as this is pretty important to me and I don't want to miss any replies.