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

6 lines
112 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>
2022-06-01 12:32:04 +02:00
int getArray(int nRow, FILE *f);