Han-Wen Nienhuys writes: > The library doesn't do anything spectacular, except call fprintf and > fputs for output.
To be precise: fopencookie, fprintf, fclose, putc. > The quickest path to get that up and running without > modifying the code to make a mini-library which mimicks C streams, adn > do > > #define FILE My_file This is no use, as ttflib is compiled with the C compiler? > #define fprintf My_fprintf > > and link a library providing this struct and function. Ugh, now that's an ugly hack. Added to libc-extension. Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
