iotaledger / entangled

enTangle'd is an amalgamation of all things Tangle
Apache License 2.0
113 stars 66 forks source link

common: non VLA flex_trit_print #1442

Closed semenov-vladyslav closed 4 years ago

semenov-vladyslav commented 4 years ago

flex_trit_print: print trytes by chunks, not using VLA. It only fixes one msvc compile error in common. There are some more errors however. flex_trit_print can be moved out into a separate file (or even removed) as it's only used in debug output and tests.