このページを編集する際は,編集に関する方針に従ってください.
概要
実装
99 struct _cpp_buff
100 {
101 struct _cpp_buff *next;
102 unsigned char *base, *cur, *limit;
103 };
99 struct _cpp_buff
100 {
101 struct _cpp_buff *next;
102 unsigned char *base, *cur, *limit;
103 };