Add KBOOT.
This commit is contained in:
18
apps/elftosb/common/format_string.h
Normal file
18
apps/elftosb/common/format_string.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* File: format_string.h
|
||||
*
|
||||
* Copyright (c) Freescale Semiconductor, Inc. All rights reserved.
|
||||
* See included license file for license details.
|
||||
*/
|
||||
#if !defined(_format_string_h_)
|
||||
#define _format_string_h_
|
||||
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
|
||||
/*!
|
||||
* \brief Returns a formatted STL string using printf format strings.
|
||||
*/
|
||||
std::string format_string(const char *fmt, ...);
|
||||
|
||||
#endif // _format_string_h_
|
||||
Reference in New Issue
Block a user