M
mdh
May I ask something that has often puzzled me in C.
In K&R, for example (p106), in explaining their version of strcmp,
pointers to the two strings are given as *s and *t.
Does anyone know how this convention started. Does the "s" stand for
"source" string, for example. Or is it as simple as s="string",
i="integer" and the next string would be t, u, v, etc.
Thanks
In K&R, for example (p106), in explaining their version of strcmp,
pointers to the two strings are given as *s and *t.
Does anyone know how this convention started. Does the "s" stand for
"source" string, for example. Or is it as simple as s="string",
i="integer" and the next string would be t, u, v, etc.
Thanks