Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
osl
misc
sjis2euc.h
Go to the documentation of this file.
1
/* sjis2euc.h
2
*/
3
4
#ifndef OSL_SJIS2EUC_H
5
#define OSL_SJIS2EUC_H
6
7
#include <string>
8
9
namespace
osl
10
{
11
namespace
misc
12
{
18
std::string
sjis2euc
(
const
std::string& str);
19
void
sjis2euc
(
unsigned
char
& c1,
unsigned
char
& c2);
20
}
21
}
22
23
#endif
/* OSL_SJIS2EUC_H */
24
// ;;; Local Variables:
25
// ;;; mode:c++
26
// ;;; c-basic-offset:2
27
// ;;; End:
Generated on Sun Jul 21 2013 13:37:27 by
1.8.4