Develop and Download Open Source Software

Browse Subversion Repository

Contents of /branches/mty-makai/dt4.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 252 - (show annotations) (download) (as text)
Mon Dec 27 03:23:48 2010 UTC (13 years, 3 months ago) by notanpe
File MIME type: text/x-csrc
File size: 149 byte(s)
本家 R245 をベースに全てやりなおし。
1 #include "dt4.h"
2 #define NULL 0
3
4 struct DT dt[] = {
5 #if 0
6 #include "4.inc"
7 #endif
8 {""},
9 };
10
11 int dtcnt = sizeof(dt) / sizeof(dt[0]) - 1;

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26