Xref: utzoo comp.lang.ada:1524 comp.lang.c:13347 Path: utzoo!utgpu!attcan!uunet!pyrdc!gmu90x!mcragg From: mcragg@gmu90x.UUCP (Maureen Cragg) Newsgroups: comp.lang.ada,comp.lang.c Subject: Re: calling ada from c Summary: integers c->ada Keywords: DECAda Message-ID: <1519@gmu90x.UUCP> Date: 17 Oct 88 17:21:50 GMT References: <1512@gmu90x.UUCP> Organization: George Mason University, Fairfax, Va. Lines: 6 In article <1512@gmu90x.UUCP>, mcragg@gmu90x.UUCP (Maureen Cragg) writes: > and can anyone tell me how to pass a simple integer? i'm having less luck with > that... i've succeeded in passing an integer: adaprint(&i) where adaprint accepts an integer...anyone care to explain that?