NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
addscalar
tests/usr.bin/xlint/lint1/c11.c
141
void addscalar(int n, int m, double a[n][n*m+300], double x);
tests/usr.bin/xlint/lint1/c11.c
146
addscalar(4, 2, b, 2.17);