[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
USAGE
   signed int scdtcreate(
           signed char *filename );

PROTOTYPE IN
   sc_base.h

DESCRIPTION
   scdtcreate creates a memo file. This function will create a new memo
   file even if one had already existed.

EXAMPLE
   #include <sc_base.h>

   void main()
   {
     scdinit(20,0);
     scdtcreate("TOC.DBT");
     scdterm();
   }

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