pikotools/src/textstream
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
..
stream.h change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
textstream.h add to_str(...) methods to the TextStreamBase<> class 2023-07-14 07:42:09 +02:00
types.h allow to parse a time decimal fraction in ParseTime() method 2022-12-23 02:15:11 +01:00