# File ext/tools/preproc.rb, line 85
def usercode(f, out)
  while line = f.gets
    out << line
  end
end