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

Function usage

lib_acl_cpp/samples/smtp_client/main.cpp:99–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99static void usage(const char* procname)
100{
101 printf("usage: %s -h[help]\r\n"
102 "\t-s smtp_server_addr\r\n"
103 "\t-e [if use ssl]\r\n"
104 "\t-f email_path\r\n"
105 "\t-u sender\r\n"
106 "\t-p sender_pass\r\n"
107 "\t-t recipients[sample: to1@xxx.com; to2@xxx.com\r\n",
108 procname);
109}
110
111int main(int argc, char* argv[])
112{

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…