Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
static 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_options
Function · 0.85
getopt_internal
Function · 0.85
Calls
1
_vwarnx
Function · 0.85
Tested by
no test coverage detected