Chameleon

Chameleon Svn Source Tree

Root/trunk/i386/modules/uClibc++/algorithm.cpp

1/*Copyright (C) 2004 Garrett A. Kajmowicz
2This file is part of the uClibc++ Library.
3
4This library is free software; you can redistribute it and/or
5modify it under the terms of the GNU Lesser General Public
6License as published by the Free Software Foundation; either
7version 2.1 of the License, or (at your option) any later version.
8
9This library is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12Lesser General Public License for more details.
13
14You should have received a copy of the GNU Lesser General Public
15License along with this library; if not, write to the Free Software
16Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
18*/
19
20
21#include <algorithm>
22
23
24namespace std{
25
26
27
28}
29
30
31

Archive Download this file

Revision: 775