MCPcopy Create free account
hub / github.com/LASzip/LASzip / byebye

Function byebye

example/laszipdllexample.cpp:90–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90static void byebye(bool error=false, bool wait=false, laszip_POINTER laszip=0)
91{
92 if (error)
93 {
94 dll_error(laszip);
95 }
96 if (wait)
97 {
98 fprintf(stderr,"<press ENTER>\n");
99 getc(stdin);
100 }
101 exit(error);
102}
103
104static double taketime()
105{

Callers 3

mainFunction · 0.85
laserrorFunction · 0.85
laserrormFunction · 0.85

Calls 1

dll_errorFunction · 0.85

Tested by

no test coverage detected