You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @brief Used to push a cJSON_ContainerType_t value to the stack.
169
+
* @brief Used to push a cJSON_Generic_t value to the stack.
170
170
*
171
171
* @param TSptr Pointer to a cJSON_GenericStack_t struct.
172
-
* @param type cJSON_ContainerType_t type that is to be pushed to the stack.
172
+
* @param type cJSON_Generic_t type that is to be pushed to the stack.
173
173
* @return cJSON_GenericStack_Result_t Returns GS_Ok by default. Returns GS_StackOverflow_Error if stack was already full before the push operation (type not pushed to stack).
0 commit comments