Hi all,
I would like to understand the following loop, used in a remote control program (interaction between two entities using pipes) in thermodynamic modeling:
It is a check wthether the char pointed by *command is equal to zero.
Let assume you have an array of pointers in which the last alement of the array poimts to an empty string literal, that is *a[2] == '\0' Then you can print out all string literals until the empty literal will not encountered.