2024-12-12 22:38:48 +01:00

6 lines
105 B
C

#pragma once
#include <cstdio>
bool getQrVersionForBinaryDataLength(size_t inLength, int& outVersion);