I'm looking for code examples which show how I can allocate C strings
using sfio string streams. Has anyone an example how I can get the
sfio equivalent of strdup() for "aaaa", "bbbbbb" and "cccccccc" and a
malloc(256), get pointers back to the strings and allocated memory in
the sfio stream and finally deallocate the whole memory after all work
has been done?

Simon
_______________________________________________
ast-developers mailing list
ast-developers@research.att.com
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to