DEV/BUT1/DEV1.1/CM2_2/CM2/lightness.h
2024-02-01 13:55:03 +01:00

9 lines
120 B
C

#ifndef LIGHTNESS_H
#define LIGHTNESS_H
#define LIGHT 0
#define DARK 1
int lightness(void);
#endif /* LIGHTNESS_H */