Language : C Environment : bare-metal
This program have many sub-modules. I hope in the functions of each sub-module can't not be visible/used by other sub-modules except that the functions are the API functions. If the sub-modules only contains single file, the simplest way is using static function except the API functions. However, how is that work for multi-functions sub-modules?