MCPcopy 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
9int Error(const char* msg) {
10 printf("%s (%u)\n", msg, ::GetLastError());
11 return 1;
12}
13
14int main(int argc,const char* argv[]){
15 if (argc < 2) {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected