первый

This commit is contained in:
2024-11-01 12:23:13 +05:00
parent 801d9d33fa
commit 0688c46a7e
226 changed files with 162921 additions and 0 deletions

20
lib/mstream.cpp Normal file
View File

@ -0,0 +1,20 @@
/*
* mstream.cpp
*
* Created on: 10 дек. 2014 г.
* Author: ivanov.i
*/
#include "mstream.hpp"
namespace tls
{
/*
unsigned char MStream::readUInt1()
{
unsigned char result=m_data[m_pos];
m_pos++;
return result;
}
*/
}