* @brief Gets the environment-recommended app ID to use with APT. * @return The APT app ID. */
| 32 | * @return The APT app ID. |
| 33 | */ |
| 34 | static inline u32 envGetAptAppId(void) { |
| 35 | extern u32 __apt_appid; |
| 36 | return __apt_appid; |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * @brief Gets the size of the application heap. |
no outgoing calls
no test coverage detected