2 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 * Copyright (C) DIGITEO - 2009
5 * This file must be used under the terms of the CeCILL.
6 * This source file is licensed as described in the file COPYING, which
7 * you should have received as part of this distribution. The terms
8 * are also available at
9 * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
12 /*--------------------------------------------------------------------------*/
13 #include "StringConvert.h"
14 /*--------------------------------------------------------------------------*/
15 int StringConvert(char *str)
16 /* changes `\``n` --> `\n` idem for \t and \r */
61 /*--------------------------------------------------------------------------*/
62 int StringConvertW(wchar_t *str)
63 /* changes `\``n` --> `\n` idem for \t and \r */
108 /*--------------------------------------------------------------------------*/