I'm running into a very minor display issue with the "List Methods in File" (Alt-M) feature.
I've inherited some .c files that have the function names wrapped in parens (to avoid possible macro definitions of the names from buggering the library implementation). For example:
size_t
(strlcat)(char *dst, const char *src, size_t size)
{
/* ... */
}
These names show up in the Alt-M list with the trailing paren, ie., "strlcat)".
VAX 1609, VS 2005 SP1.