comp.lang.ada
 help / color / mirror / Atom feed
* Binding a C function wit FILE* object
@ 2014-07-27 15:45 Victor Porton
  2014-07-27 16:34 ` Dan'l Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Victor Porton @ 2014-07-27 15:45 UTC (permalink / raw)


I am writing thick bindings for Raptor C library.

What should I do regarding the following function?

int raptor_uri_print (const raptor_uri *uri, FILE *stream);

The trouble is that Ada probably has no interface with FILE* objects.

The simplest thing is just to omit binding this particular function 
altogether. Are there other variants?

-- 
Victor Porton - http://portonvictor.org


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

end of thread, other threads:[~2014-07-27 16:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-27 15:45 Binding a C function wit FILE* object Victor Porton
2014-07-27 16:34 ` Dan'l Miller
2014-07-27 16:51   ` Victor Porton

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