Traitement-signal-plantes/C-Script/getArray.h

6 lines
103 B
C
Raw Normal View History

2022-05-31 17:42:26 +02:00
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <stdlib.h>
int getArray(int nRow);