SlotFactory_Entry_delete()

Delete a slot factory entry.

Synopsis:

#include <asr/slot-factory.h>
 
void SlotFactory_Entry_delete(SlotFactory_Entry **entry)

Arguments:

entry

A pointer to the entry to be deleted.

Library:

libasr

Description:

The SlotFactory_Entry_delete() function deallocates a slot entry that was previously allocated by the SlotFactory_Entry_Create() function. This function deletes the word buffer associated with the entry; therefore, any external references to this buffer become invalid following a call to this function.

Returns:

Nothing.