MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / printHelp

Function printHelp

benchmarks/aggregation/simpleRead.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include <sys/stat.h>
13
14void printHelp(const char *exec) {
15 printf("Opens a file and reads its contents in 1GB chunks\r\n\r\n");
16 printf("Usage:\r\n\t%s <filename>\r\n", exec);
17}
18
19int main(int argc, const char** argv) {
20 const char *exec = argv[0];

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected