String brokes after splitted in C
I’m creating a serial port reader program using the GTK API with C. I’m encountering an issue where the original string received from the serial port loses its first character after splitting it into substrings.
I’m creating a serial port reader program using the GTK API with C. I’m encountering an issue where the original string received from the serial port loses its first character after splitting it into substrings.