]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/common.h
Синхронізовано з CVS
[stg.git] / stglibs / common.lib / common.h
index 904c6e470ed5b5f2be7cc030ac060564e5d74f62..7761d183ad8c71381d1df116b1ba0f071364be1b 100644 (file)
@@ -19,8 +19,8 @@
  */
 
  /*
- $Revision: 1.31 $
- $Date: 2010/11/03 10:26:30 $
+ $Revision: 1.32 $
+ $Date: 2010/11/08 10:11:19 $
  $Author: faust $
  */
 
@@ -221,6 +221,7 @@ int str2x(const std::string & str, long long & x);
 int str2x(const std::string & str, unsigned long long & x);
 //-----------------------------------------------------------------------------
 const std::string & x2str(unsigned x, std::string & s);
+const std::string & x2str(unsigned long x, std::string & s);
 const std::string & x2str(unsigned long long x, std::string & s);
 //-----------------------------------------------------------------------------
 char * stg_strptime(const char *, const char *, struct tm *);