Go to file
Tomasz Sowa 172c2fcee7
add to_str(...) methods to the TextStreamBase<> class
add such methods:
bool to_str(char * str, size_t max_buf_len) const;
bool to_str(wchar_t * str, size_t max_buf_len) const;
2023-07-14 07:42:09 +02:00
src add to_str(...) methods to the TextStreamBase<> class 2023-07-14 07:42:09 +02:00
tests rename functions for converting strings to integers to snake case 2022-11-14 03:20:17 +01:00
.editorconfig added .editorconfig file with tab style and tab size information 2021-05-15 18:34:10 +02:00
.gitignore removed *.a from .gitignore 2021-05-18 23:58:46 +02:00
LICENSE add LICENSE file 2022-07-03 11:02:16 +02:00
Makefile rename functions for converting strings to integers to snake case 2022-11-14 03:20:17 +01:00