MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / warnx

Function warnx

samples/common/getopt.c:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122static void warnx(char const* fmt, ...)
123{
124 va_list ap;
125 va_start(ap, fmt);
126 _vwarnx(fmt, ap);
127 va_end(ap);
128}
129
130/*
131 * Compute the greatest common divisor of a and b.

Callers 2

parse_long_optionsFunction · 0.85
getopt_internalFunction · 0.85

Calls 1

_vwarnxFunction · 0.85

Tested by

no test coverage detected