MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / PrintHelpHeader

Function PrintHelpHeader

Samples/NiSkeletonBenchmark/NiSkeletonBenchmark.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 return nRetVal; \
158}
159void PrintHelpHeader(const char* cmd)
160{
161 printf("Usage:\n");
162 printf("%s <Number of Users [1-2] (default=1)>\n",cmd);
163}
164int main(int argc, char **argv)
165{
166 XnStatus nRetVal = XN_STATUS_OK;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected