NetworkBlockDevice / nbd

Network Block Device
GNU General Public License v2.0
450 stars 116 forks source link

make buffer 'const void*' in output functions, as in write(2), fwrite(3) etc. #163

Closed RokerHRO closed 4 months ago

RokerHRO commented 4 months ago

Reason: for consistency with existing output functions in the C std library and better C++ integration support.