mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
d5720d02ab
new file: projects/github.com/Esri/lerc/test.cc
9 lines
235 B
C++
9 lines
235 B
C++
#include <Lerc_c_api.h>
|
|
#include <Lerc_types.h>
|
|
int main() {
|
|
const int infoArrSize = (int)LercNS::InfoArrOrder::_last;
|
|
const int dataRangeArrSize = (int)LercNS::DataRangeArrOrder::_last;
|
|
lerc_status hr(0);
|
|
|
|
return 0 ;
|
|
} |