Replace passed buffer arguments with logical units #610
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In C or embedded C++ programming, buffers are usually passed like this
This can become a bit confusing once multiple of these pairs are passed into the function. I think it would be a good idea to pass these parameters as logical pairs: