Merge pull request #1727 from akruphi/master
[far2l.git] / colorer / src / pcolorer2 / tools.h
blob9f8dea91f36698907e36fb50e06b067e6e439098
1 #ifndef _TOOLS_H_
2 #define _TOOLS_H_
4 #include"pcolorer.h"
6 wchar_t *rtrim(wchar_t* str);
7 wchar_t *ltrim(wchar_t* str);
8 wchar_t *trim(wchar_t* str);
10 wchar_t *PathToFull(const wchar_t *path, bool unc);
11 SString *PathToFullS(const wchar_t *path, bool unc);
13 #endif
15 /* ***** BEGIN LICENSE BLOCK *****
16 * Copyright (C) 1999-2009 Cail Lomecb <irusskih at gmail dot com>.
17 * This program is free software; you can redistribute it and/or
18 * modify it under the terms of the GNU General Public License
19 * as published by the Free Software Foundation; either version 2
20 * of the License, or (at your option) any later version.
21 * This program is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU General Public License for more details.
25 * You should have received a copy of the GNU General Public License
26 * along with this program; If not, see <http://www.gnu.org/licenses/>.
27 * ***** END LICENSE BLOCK ***** */