Destroy a shape
#include <drawtk.h>
void dtk_destroy_shape(const dtk_hshape shp);
dtk_destroy_shape() destroys the shape referenced by shp. If shp is NULL the function returns without doing anything.
None.
dtk_create_shape(3)