comp.lang.ada
 help / color / mirror / Atom feed
* c2ada and hello world
@ 2013-09-14  0:30 Jerry
  2013-09-14  6:06 ` Shark8
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jerry @ 2013-09-14  0:30 UTC (permalink / raw)


When I try to get c2ada to convert a hello world, all I get is an empty package body and spec, like this:


with C;
with C.Ops;  use C.Ops;

package body Users.me.hello is


end Users.me.hello;

and

package Users.me.hello is


end Users.me.hello;


What am I doing wrong?
Jerry

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-19 20:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-14  0:30 c2ada and hello world Jerry
2013-09-14  6:06 ` Shark8
2013-09-14  8:02 ` Simon Wright
2013-09-19 20:23 ` Per Sandberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox