MCPcopy Create free account
hub / github.com/kiibohd/controller / die

Function die

LoadFile/teensy_loader_cli.c:829–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827}
828
829void die(const char *str, ...)
830{
831 va_list ap;
832
833 va_start(ap, str);
834 vfprintf(stderr, str, ap);
835 fprintf(stderr, "\n");
836 exit(1);
837}
838
839#if defined(WIN32)
840#define strcasecmp stricmp

Callers 3

mainFunction · 0.85
open_usb_deviceFunction · 0.85
parse_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected