On 07.04.2015 17:00, Andrew Johnson wrote:
> How many times can one short piece of code call strlen() on the same
> string?
Crazy, isn't it? Especially since len already contains the length. Maybe
someone's mind was too much adjusted to PASCAL where the length
operation needs constant time?
On 07.04.2015 17:00, Andrew Johnson wrote:
> How many times can one short piece of code call strlen() on the same
> string?
Crazy, isn't it? Especially since len already contains the length. Maybe
someone's mind was too much adjusted to PASCAL where the length
operation needs constant time?