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

9 lines
166 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-10 10:10:28 +02:00
bool writeFlag = 0;
2022-06-02 14:29:21 +02:00
void clearRawData(int N);
void writePowerData(double a[], int N);