Use 0 instead of NULL, at least for function casts, since there are
variants of stdio.h that define NULL in such a way that it's "unsafe" to use for function pointer casting.
parent
a9b34991
Please register or sign in to comment
variants of stdio.h that define NULL in such a way that it's "unsafe" to use for function pointer casting.