C -> C++
- Integrated wcwidth6.c more into text.cpp. - Moved wcwidth6.c to wcwidth6.cpp, to cure some strange build issue.
This commit is contained in:
@@ -91,5 +91,7 @@ std::string rightJustifyZero (const int, const int);
|
||||
std::string rightJustify (const int, const int);
|
||||
std::string rightJustify (const std::string&, const int);
|
||||
|
||||
int mk_wcwidth (wchar_t);
|
||||
|
||||
#endif
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user