ElecDesigner
Member level 5
In C, what's the best way write a generalized function to get various strings into a circular character array buffer?
Is there a better (more efficient) way that looping one byte at a time, bearing in mind that we (may) have to deal with buffer wrap around halfway though the string.
Is there a better (more efficient) way that looping one byte at a time, bearing in mind that we (may) have to deal with buffer wrap around halfway though the string.