OrangeC
OrangeC copied to clipboard
FMEMOPEN bug fix
it appears the intent of fmemopen is to put a null terminator on the buffer, durring fflush() and close() of the file. Right now, fmemopen mimics this behavior by zeroing the buffer during open()