eRPC Generator (erpcgen)
Rev. 1.7.2
NXP Semiconductors
Main Page
Classes
Files
File List
format_string.h
1
/*
2
* Copyright (c) 2014, Freescale Semiconductor, Inc.
3
* Copyright 2016 NXP
4
* All rights reserved.
5
*
6
*
7
* SPDX-License-Identifier: BSD-3-Clause
8
*/
9
#if !defined(_format_string_h_)
10
#define _format_string_h_
11
12
#include <stdexcept>
13
#include <string>
14
18
std::string format_string(
const
char
*fmt, ...);
19
20
#endif // _format_string_h_
© 2016 NXP Semiconductors. All rights reserved.