You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test_pcsc_cpp_tools.cpp 128B

123456789
  1. #include <iostream>
  2. #include "ScReader.h"
  3. int main()
  4. {
  5. ScByteArray b;
  6. std::cout << b.getSize() << std::endl;
  7. return 0;
  8. }