MCPcopy Create free account
hub / github.com/devkitPro/libctru / envGetAptAppId

Function envGetAptAppId

libctru/include/3ds/env.h:34–37  ·  view source on GitHub ↗

* @brief Gets the environment-recommended app ID to use with APT. * @return The APT app ID. */

Source from the content-addressed store, hash-verified

32 * @return The APT app ID.
33 */
34static 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.

Callers 9

aptInitFunction · 0.85
aptSetSleepAllowedFunction · 0.85
aptExitFunction · 0.85
aptEventHandlerFunction · 0.85
aptReceiveParameterFunction · 0.85
aptWaitForWakeUpFunction · 0.85
aptScreenTransferFunction · 0.85
aptHandleSleepFunction · 0.85
swkbdMessageCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected