stringc (s_exp...)
This function is identical to the string function, except that the result is produced in a form which is guaranteed to be in Lisp-readable form. This means that special characters within strings and symbols will be escaped appropriately for the reader, and that new-line, form-feed, and tab characters are translated into their \n, \f, and \t equivalents.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.