When the actual linking of a static library takes place, how many of the functions become embedded in the executable file itself? Do all of the functions in the .lib file (even the ones I don't use), get embedded? Or will only the ones I need get embedded?