Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ Error
Function
Error
alarm/alarm.cpp:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
#include
"..\WinArkSvc\ServiceCommon.h"
8
9
int Error(const char* msg) {
10
printf(
"%s (%u)\n"
, msg, ::GetLastError());
11
return 1;
12
}
13
14
int main(int argc,const char* argv[]){
15
if (argc < 2) {
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected