projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
bug #16370 fixed - msprintf did not handle dollars
[scilab.git]
/
scilab
/
modules
/
string
/
includes
/
os_wtoi.h
diff --git
a/scilab/modules/string/includes/os_wtoi.h
b/scilab/modules/string/includes/os_wtoi.h
index
494c8ec
..
ee9f870
100644
(file)
--- a/
scilab/modules/string/includes/os_wtoi.h
+++ b/
scilab/modules/string/includes/os_wtoi.h
@@
-19,6
+19,6
@@
#include <string.h>
#include "dynlib_string.h"
-STRING_IMPEXP int os_wtoi(const wchar_t* pwcsStr);
+STRING_IMPEXP int os_wtoi(const wchar_t* pwcsStr, std::size_t* pos);
#endif /* !__OS_WTOI_H__ */