Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ byebye
Function
byebye
LASlib/example/lasexample_simple_classification.cpp:57–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
static void byebye(bool error=false, bool wait=false)
58
{
59
if (wait)
60
{
61
fprintf(stderr,
"<press ENTER>\n"
);
62
getc(stdin);
63
}
64
exit(error);
65
}
66
67
static double taketime()
68
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected