Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ byebye
Function
byebye
LASlib/example/lasexample.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
15
main
Function · 0.70
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
check_header
Function · 0.50
main
Function · 0.50
run
Method · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected