Add an element to a dynamic array.
@param tab_ptr Pointer to the array. @param nb_ptr Pointer to the number of elements in the array. @param elem Element to be added.
See Implementation
Add an element to a dynamic array.
@param tab_ptr Pointer to the array. @param nb_ptr Pointer to the number of elements in the array. @param elem Element to be added.