// Copyright 1999-2005 The RE2 Authors. All Rights Reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. #include "util/strutil.h" namespace re2 { void PrefixSuccessor(std::string* prefix) { … } } // namespace re2