2 * Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
7 #ifndef NATIVE_CLIENT_TESTS_MANIFEST_FILE_STRING_BUFFER_H_
8 #define NATIVE_CLIENT_TESTS_MANIFEST_FILE_STRING_BUFFER_H_
23 void Printf(char const *fmt
, ...) __attribute__((format(printf
, 2, 3)));
24 std::string
ToString() {
25 return std::string(buffer_
, insert_
);