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

PROTOTYPE IN
   softc.h

DESCRIPTION
   scemsg returns a pointer to the SoftC Database Library error or
   warning message which corresponds to the code found in sc_code.

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

   void main()
   {
     int dbf;

     scdinit(20,0);
     if (scdopen(&dbf, "TOC.DBF", 0) != SC_SUCCESS)
       puts(scemsg());
     else
       puts("File opened O.K.");
     scdterm();
   }

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