Wrap PrintFormat in once block

This commit is contained in:
Eryn Wells 2016-04-09 13:45:20 -04:00
parent 31cba1bdc8
commit d8306cf995

View file

@ -6,7 +6,11 @@
* Declares printFormat(), for writing formatted strings to the appropriate channel.
*/
#ifndef __KSTD_PRINTFORMAT_HH__
#define __KSTD_PRINTFORMAT_HH__
#include <stdarg.h>
#include "Attributes.hh"
namespace kstd {
@ -20,3 +24,5 @@ int printFormat(const char* format, va_list args);
/** @} */
} /* namespace kstd */
#endif /* __KSTD_PRINTFORMAT_HH__ */