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

6 lines
105 B
C
Raw Normal View History

2022-06-01 12:32:04 +02:00
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <stdlib.h>
2022-06-01 17:01:23 +02:00
void clearRawData(int N);