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

5 lines
140 B
C

#include <math.h>
#include <stdbool.h>
//bool power(int N , int M, double periode , double timeBandwidth);
void *threadCalcul(void *vargp);