It would be nice to have a tool that would go through all the source code and find all functions that are only used (and not mentioned in some public include file) in the file they are declared in. Thus giving us a handle on what functions can be declared static. Barry