How can I change the size of a file with the Android NDK in C++?
Usually I would use _chsize_s but it doesn't seem to be supported in the NDK. Is there a way to do this that works with the Android NDK?
How can I change the size of a file with the Android NDK in C++?
Usually I would use _chsize_s but it doesn't seem to be supported in the NDK. Is there a way to do this that works with the Android NDK?