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

8 lines
84 B
C
Raw Permalink Normal View History

2024-12-09 11:53:11 +01:00
#ifndef LIGHTNESS_H
#define LIGHTNESS_H
#include <time.h>
int light(void);
#endif