DEV/BUT1/DEV1.1/CM2_2/CM2/lightness.h

9 lines
120 B
C
Raw Normal View History

2024-02-01 13:55:03 +01:00
#ifndef LIGHTNESS_H
#define LIGHTNESS_H
#define LIGHT 0
#define DARK 1
int lightness(void);
#endif /* LIGHTNESS_H */