MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / usage

Function usage

tools/ffeval.c:42–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 */
41
42static void usage(void)
43{
44 printf("Simple expression evaluator, please *don't* turn me to a feature-complete language interpreter\n");
45 printf("usage: ffeval [OPTIONS]\n");
46 printf("\n"
47 "Options:\n"
48 "-e echo each input line on output\n"
49 "-h print this help\n"
50 "-i INFILE set INFILE as input file, stdin if omitted\n"
51 "-o OUTFILE set OUTFILE as output file, stdout if omitted\n"
52 "-p PROMPT set output prompt\n");
53}
54
55int main(int argc, char **argv)
56{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected