(linenum→info "unix/slp.c:2238")

guest

2008-01-17

gcc/4.2.2/gcc/print-tree.c:37-41

   37: struct bucket
   38: {
   39:   tree node;
   40:   struct bucket *next;
   41: };

リスト構造: 要素に木構造を持つ by M.I