Is there a scenario where trailing null bytes are used in a file? -
title says basically. motivation question i'm creating file fixed size buffer , file smaller buffer size, leading null bytes @ end of file until reaches specific size.
is there side effect of removing null bytes @ end of file?
Comments
Post a Comment