# File lib/mkmf.rb, line 142
def rm_f(*files)
  FileUtils.rm_f(Dir[files.join("\0")])
end