Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/teraterm/common/codemap.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (show annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (4 years, 2 months ago) by maya
File MIME type: text/x-chdr
File size: 108 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
1 #pragma once
2 typedef struct codemap {
3 unsigned short from_code;
4 unsigned short to_code;
5 } codemap_t;

SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.