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