10 lines
160 B
C
10 lines
160 B
C
#include <stdbool.h>
|
|
|
|
extern int nRow;
|
|
extern int nCol;
|
|
extern double freqEch;
|
|
|
|
extern int selectionCaptors[];
|
|
extern int sizeSelectionArray;
|
|
|
|
extern bool flag; |