MCPcopy Create free account
hub / github.com/acl-dev/acl / usage

Function usage

app/iconv/main.cpp:4–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "charset_transfer.h"
3
4static void usage(const char* procname)
5{
6 printf("usage: %s -h [help]\r\n"
7 " -f from_charset\r\n"
8 " -t to_charset\r\n"
9 " -b [when to_charset is utf-8 if BOM header be added]\r\n"
10 " -s source_dir\r\n"
11 " -d destination_dir\r\n"
12 " -c [just check charset only]\r\n",
13 procname);
14}
15
16int main(int argc, char* argv[])
17{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…