[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
USAGE
   signed int scdiclose(
           signed int handle );

PROTOTYPE IN
   sc_base.h

DESCRIPTION
   scdiclose closes an index file and frees all allocated memory
   associated with the index file specified by handle.

EXAMPLE
   #include <stdio.h>
   #include <softc.h>
   #include <sc_base.h>

   void main()
   {
     int idx;

     scdinit(20,0);
     if (scdiopenx(&idx, "TOCNAME.IDX", SC_BUFFER) == SC_SUCCESS)
       scdiclose(idx);
     scdterm();
   }

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson