odprintf is an auxiliary function to printf for Win32 compatibility

release/4.3a0
Kai Ni 2009-12-02 19:37:54 +00:00
parent a367b97dc0
commit 5bde26a885
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ typedef boost::numeric::ublas::vector<double> Vector;
namespace gtsam {
/**
* An auxiliary function to printf for Win32 compatibility, added by Kai
*/
void odprintf(const char *format, ...);
/**