| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 1.91

 

process_unesc

#include "sflproc.h"
char *
process_unesc (char *dest, const char *src)

Synopsis

Does the reverse translaction to process esc().

Source Code - (sflproc.c)

{
    /*  Copy to dest, allocate if necessary                                  */
    if (dest != src)
        dest = xstrcpy (dest, src, NULL);
    strconvch (dest, ESC_CHAR, ' ');
    return (dest);
}

| << | < | > | >> iMatix Copyright © 1996-98 iMatix