I have just ported a piece of code from a pic32mx part to upgraded hardware running a pic32mz-ef device. One part of this code uses the following (s)printf format to write only a portion of a string into a buffer: sprintf(buff, "%.*s", length, string); th..
↧