MCPcopy Create free account
hub / github.com/cisco/libsrtp / usage

Function usage

crypto/test/kernel_driver.c:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51#include "crypto_kernel.h"
52
53void usage(char *prog_name)
54{
55 printf("usage: %s [ -v ][ -d debug_module ]*\n", prog_name);
56 exit(255);
57}
58
59int main(int argc, char *argv[])
60{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected