Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
プロジェクト・ナニ屋
プロジェクト・ナニ屋
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Docs
List Docs
Help
Forums
List of Forums
Open Discussion (2)
Help (2)
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[naniya]
/
branches
/
mty-makai
/
mty.c
Diff of /branches/mty-makai/mty.c
Parent Directory
|
Revision Log
|
Patch
revision
22
by
notanpe
, Fri Mar 16 15:17:25 2007 UTC
revision
23
by
notanpe
, Sat Mar 17 10:23:30 2007 UTC
#
Line 1257
expr_parse(signed char *iptr,
Line 1257
expr_parse(signed char *iptr,
1257
int codesiz_limit,
int codesiz_limit,
1258
char const *expr)
char const *expr)
1259
{
{
char expr_buf[65536 + 1];
FILE *fp;
size_t sz;
1260
/* ファイルを読み込む
/* ファイルを読み込む
1261
この版では手抜きで 64K 制限 */
この版では手抜きで 64K 制限 */
1262
#define TARGET_SIZ 65536
#define TARGET_SIZ 65536
1263
char expr_buf[TARGET_SIZ + 1];
1264
FILE *fp;
1265
size_t sz;
1266
1267
fp = fopen("target.txt", "rb");
fp = fopen("target.txt", "rb");
1268
assert(fp != NULL);
assert(fp != NULL);
1269
memset(expr_buf, 0, TARGET_SIZ + 1);
memset(expr_buf, 0, TARGET_SIZ + 1);
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.22
changed lines
Added in v.23
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26