Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DacoTaco/priiloader
/ ShowHelp
Function
ShowHelp
tools/bootloader/source/bootloader.cpp:112–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
void ShowHelp()
113
{
114
printf(
"bootloader Input_dol_filename Output_dol_filename \r\n\r\n"
);
115
exit(0);
116
}
117
118
int main(int argc, char** argv)
119
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected