NAME

freeptr - Deallocate pointer and set it to NULL

SYNOPSIS

#include "wiodef.h"
void freeptr (*p)

DESCRIPTION

freeptr() is a macro that deallocates a pointer of any type p and sets p to NULL. This can be done since the macro is equivelant to pass by reference.

SEE ALSO

Libcwav library

AUTHOR

Shirley Peters