Developpement/23DEV1.1/CM2/lightness.h

8 lines
84 B
C

#ifndef LIGHTNESS_H
#define LIGHTNESS_H
#include <time.h>
int light(void);
#endif