Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MapServer/MapServer
/ PrintUsage
Function
PrintUsage
msencrypt.c:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
MS_CVSID(
"$Id$"
)
33
34
void PrintUsage()
35
{
36
printf(
"Usage: msencrypt <-keygen filename>|<-key filename string_to_encrypt>\n"
);
37
}
38
39
int main(int argc, char *argv[])
40
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected