why reason with without using buffer length

Crafting Function: With or Without Buffer Length Parameter?

Submitted by Eus
on August 4, 2009 - 12:07am

Developing a C API that deals with writing to external provided buffers, I was wondering whether or not I should include parameter buffer length when the length of the data to be written to the buffer is fixed and known in advance from the documentation of the API.