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