Files
wizapp-stdlib/codegen/array/snippets/ptr_array_pop_macro_cpp

5 lines
102 B
Plaintext

(ARRAY_PTR != NULL && (ARRAY_PTR)->count > 0 ? \
*_{Tlower}_array_pop(ARRAY_PTR) : \
({T})(0) \
)