MCPcopy Create free account
hub / github.com/F-Stack/f-stack / usage

Function usage

tools/knictl/knictl.c:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "ff_ipc.h"
4
5void
6usage(void)
7{
8 printf("Usage:\n");
9 printf(" knictl [-p <f-stack proc_id>] [-P <max proc_id>] "
10 "[-a alltokni/alltoff/default][-n]\n use `-a` to set kni action\n use `-n` to show \n");
11}
12
13enum FF_KNICTL_CMD get_action(const char *c){
14 if (!c)

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected