procedure display(Value : Integer); pragma Import(C, display);
I say "something like this" because we haven't talked about how to send data types between languages. Let's do that now for C, a very common language; handling data types for other languages is handled similarly.
You may also:
Go up to the outline of lesson 16
David A. Wheeler (wheeler@ida.org)