Sign in
android
/
platform
/
build
/
kati
/
8a96358d16ab0c435820d07472e301e9d3b2c03a
/
.
/
stringprintf.h
blob: bdeaec40e7085cf06ffe5e4fffb534dbe8edc8be [
file
] [
log
] [
blame
]
#ifndef
STRINGPRINTF_H_
#define
STRINGPRINTF_H_
#include
<string>
using
namespace
std
;
string
StringPrintf
(
const
char
*
fmt
,
...);
#endif
// STRINGPRINTF_H_