Kinetis Bootloader Host
2.0.0
Host Tools for Kinetis devices
Introduction
Related Pages
Modules
apps/elftosb/common/format_string.h
1
/*
2
* File: format_string.h
3
*
4
* Copyright (c) Freescale Semiconductor, Inc. All rights reserved.
5
* See included license file for license details.
6
*/
7
#if !defined(_format_string_h_)
8
#define _format_string_h_
9
10
#include <string>
11
#include <stdexcept>
12
16
std::string format_string(
const
char
*fmt, ...);
17
18
#endif // _format_string_h_
elftosb
common
format_string.h
Generated on Mon Mar 7 2016 16:49:50 for Kinetis Bootloader Host by
1.8.11