* @brief Gets the environment argument list. * @return The argument list. */
| 59 | * @return The argument list. |
| 60 | */ |
| 61 | static 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. |