The Old New Thing

If you wonder why a function can't be found, one thing to check is whether the function exists in the first place

One of my colleagues was frustrated trying to get some code to build. "Is there something strange about linking variadic functions? Because I keep getting an unresolved external error for the function, but if I move the function definition to the declaration point, then everything works fine." "With the above code, the linker complains ...