mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
7 lines
105 B
C
7 lines
105 B
C
int *x0;
|
|
float **x1;
|
|
#include "var1.h"
|
|
int xarray0[17];
|
|
int xarray1[];
|
|
int xarray2[18];
|
|
int xarray3[18];
|