>Don't things like http://www.gnu.org/software/gnulib/ and >http://gcc.gnu.org/onlinedocs/libiberty/ remove some of the pain of >common non-POSIX functions, e.g. asprintf()?
Just so everyone doesn't think I'm completey unreasonable ... I looked at this, and it replaces that pain with some NEW pain. In the case of gnulib, you just can't use asprintf.c. You really need vasnprintf.c ... and just from a quick glance that involves a whole bunch of new autoconf tests as there are a ton of #ifdefs in there. --Ken _______________________________________________ Nmh-workers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
