MiniUnix/usr/source/iolib/cfree.c

Find at most related files.
including files from this version of Unix.

cfree (ptr)
{
free(ptr);
}