first previous next last contents

deallocate

#include <IO.h>

int deallocate(
        GapIO    *io,
        int       rec);

The deallocate function removes record rec from the g database. This uses the g_remove function, but unlocking is only performed at the next database flush.

It returns 0 for success and 1 for failure.


first previous next last contents
This page is maintained by staden-package. Last generated on 1 March 2001.
URL: http://www.mrc-lmb.cam.ac.uk/pubseq/manual/scripting_129.html