On Tue, 2006-11-21 at 20:13 -0800, Brad Watson wrote: > how to implement a work around for it's requirement for accessing files via > a FILE * pointer rather than a file descriptor which is what gst provides. > Ideas anyone ?
See (glibc)Custom Streams::, or http://www.gnu.org/software/libc/manual/html_node/Custom-Streams.html That way you can support general Streams as well. This is glibc-only, of course, unless other libcs have similar mechanisms. -- Stephen Compall http://scompall.nocandysw.com/blog ##smalltalk,#gnu-smalltalk on Freenode IRC
signature.asc
Description: This is a digitally signed message part
_______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
