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

Function envGetSystemArgList

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

* @brief Gets the environment argument list. * @return The argument list. */

Source from the content-addressed store, hash-verified

59 * @return The argument list.
60 */
61static inline const char* envGetSystemArgList(void) {
62 extern const char* __system_arglist;
63 return __system_arglist;
64}
65
66/**
67 * @brief Gets the environment run flags.

Callers 1

__system_initArgvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected