This is a bit more open-ended than most of our issues, but I think we need a place to track things like C89/C99 and POSIX with respect to the platforms where NUT is being used.
In particular, we reimplement some functions which have become more commonplace in the C standard library, such as snprintf(). It looks like Solaris-derived systems may need additional compiler flags to reveal the standard library version: #343 (comment)
Also, we have not been very specific about versions of POSIX.
This is a bit more open-ended than most of our issues, but I think we need a place to track things like C89/C99 and POSIX with respect to the platforms where NUT is being used.
In particular, we reimplement some functions which have become more commonplace in the C standard library, such as
snprintf(). It looks like Solaris-derived systems may need additional compiler flags to reveal the standard library version: #343 (comment)Also, we have not been very specific about versions of POSIX.