■スレッドリストへ戻る■ 全部 1- 101- 201- 301- 401- 501- 601- 701- 801- 901- 最新50
プログラマが2chを救う!?
- 558 :デフォルトの名無しさん :01/08/26 16:50
-  int pos; 
 char *p = BigBuffer;
 int rest = zz_fileSize;
 while ((pos = strnlen(p, rest)) != rest)
 {
 p[pos] = '*';
 p += pos + 1;
 rest -= pos + 1;
 }
 
 
231KB
新着レスの表示
スレッドリストへ戻る 全部 前100 次100 最新50
0ch BBS 2004-10-30