Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
C Programming Static Functions
Last modified by Microchip on 2023/11/09 09:06
If A Function Is Declared As Static
Static functions are local to the file in which they are defined. They are not globally visible at all. Even if you include a function prototype in a file, it will not be able to access the static function. Only functions within the static functions file may call it.
If you need to work with Microchip Support staff directly, you can submit a technical support case. Keep in mind that many questions can be answered through our self-help resources, so this may not be your speediest option.