henry at utzoo.uucp (Henry Spencer) writes: >- foo = malloc(strlen(a)+strlen(b)+2); /* 2 for '/' '\0' */ >-Now, what's a good name for that "2", and how does naming it improve >-readability? I recently had a very similar problem. A *superb* "name" for that 2 is sizeof "/"