comp.lang.ada
 help / color / mirror / Atom feed
* Nontrivial examples of C interface with Ada
@ 2000-05-23  0:00 gressett
  2000-05-24  0:00 ` David Emery
                   ` (4 more replies)
  0 siblings, 5 replies; 28+ messages in thread
From: gressett @ 2000-05-23  0:00 UTC (permalink / raw)


Is there an example of a well-done, nontrivial interface to a C
library readily available on the web? Examples of communication with
C things defined like

some_struct *c_function(const char *things[]);

char *things[] = {
  "a",
  "b",
  "c",
  NULL
};

or

void c_routine(some_struct *p, void *otherthings[]);

or

int c_function2(int numbers[]);


would be very nice to have.
(Was it Mark Twain who said, "Learning by example isn't the best way,
it's the only way."?)




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

end of thread, other threads:[~2000-05-29  0:00 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-23  0:00 Nontrivial examples of C interface with Ada gressett
2000-05-24  0:00 ` David Emery
2000-05-24  0:00 ` Marin D. Condic
2000-05-24  0:00   ` Scott Ingram
2000-05-24  0:00     ` Marin D. Condic
2000-05-24  0:00 ` Terry Westley
2000-05-24  0:00 ` Ted Dennison
2000-05-24  0:00   ` Marin D. Condic
2000-05-25  0:00     ` Ted Dennison
2000-05-25  0:00       ` tmoran
2000-05-29  0:00       ` Geoff Bull
2000-05-25  0:00     ` tmoran
2000-05-25  0:00       ` Ted Dennison
2000-05-25  0:00         ` tmoran
2000-05-25  0:00           ` Ted Dennison
2000-05-25  0:00             ` tmoran
2000-05-26  0:00         ` Julian Day
2000-05-26  0:00           ` Julian Day
2000-05-25  0:00       ` Geoff Bull
2000-05-25  0:00         ` tmoran
2000-05-26  0:00       ` Marin D. Condic
2000-05-27  0:00         ` tmoran
2000-05-27  0:00           ` Marin D. Condic
2000-05-28  0:00             ` tmoran
2000-05-28  0:00               ` Marin D. Condic
2000-05-28  0:00                 ` tmoran
2000-05-28  0:00               ` Robert Dewar
2000-05-24  0:00 ` tmoran

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