upsd_flash.c
These functions are provided to help you develop your initial code.
They are optimized for speed rather that size. As a result, you will
see very few nested function calls. If speed is not critical, you
can use function calls for Common tasks (like dat polling after
writing a byte to Flash) The penalty is the extra processor
time to make the nested calls.
C++ Gotchas is the professional programmer s guide to avoiding and correcting ninety-nine of the most Common, destructive, and interesting C++ design and programming errors. It also serves as an inside look at the more subtle C++ features and programming techniques