|
a/src/utils/smallut.h |
|
b/src/utils/smallut.h |
1 |
#ifndef _SMALLUT_H_INCLUDED_
|
1 |
#ifndef _SMALLUT_H_INCLUDED_
|
2 |
#define _SMALLUT_H_INCLUDED_
|
2 |
#define _SMALLUT_H_INCLUDED_
|
3 |
/* @(#$Id: smallut.h,v 1.5 2005-03-17 14:02:06 dockes Exp $ (C) 2004 J.F.Dockes */
|
3 |
/* @(#$Id: smallut.h,v 1.6 2005-04-06 10:20:11 dockes Exp $ (C) 2004 J.F.Dockes */
|
4 |
#include <string>
|
4 |
#include <string>
|
5 |
#include <list>
|
5 |
#include <list>
|
6 |
#include <ostream>
|
6 |
#include <iostream>
|
7 |
using std::string;
|
7 |
using std::string;
|
8 |
using std::list;
|
8 |
using std::list;
|
9 |
using std::ostream;
|
9 |
using std::ostream;
|
10 |
extern int stringicmp(const string& s1, const string& s2);
|
10 |
extern int stringicmp(const string& s1, const string& s2);
|
11 |
extern int stringlowercmp(const string& alreadylower, const string& s2);
|
11 |
extern int stringlowercmp(const string& alreadylower, const string& s2);
|