NAME
       DetokeMem -- detokenise a block of memory containing valid tokenised
                    Blitz source code.

                    ** THIS FUNCTION IS NOT YET IMPLEMENTED **

   SYNOPSIS
       success = DetokeMem(tokenSource,asciiDest,length);
       D0                  A0          A1        D0

       BOOL =  DetokeLine(char * tokenSource, char * asciiDest, ULONG length);

   FUNCTION
       This function will detokenise a block of memory into its detokenised
       ASCII equivalent, placing the resultant data in the destination buffer.

   INPUTS
       tokenSource - a pointer to a block of memory containing tokenised source

       asciiDest - a pointer to the destination ASCII buffer. This must be at
       least as big as numlines * 128 in size

       length - the size of the source block

   RESULT
       success - indication of success or failre

   NOTES
       ** THIS FUNCTION IS NOT YET IMPLEMENTED **



converted with guide2html by Kochtopf