mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -05:00
7 lines
95 B
C
7 lines
95 B
C
int *x0;
|
|
double *x1;
|
|
int x2;
|
|
int xarray0[17];
|
|
int xarray1[17];
|
|
int xarray2[];
|
|
int xarray3[17];
|