Files
DEV/DEV1.1/CM2/lightness.h

9 lines
119 B
C
Raw Normal View History

2024-01-08 14:05:33 +01:00
#ifndef LIGHTNESS_H
#define LIGHTNESS_H
#define LIGHT 1
#define DARK 0
int lightness(void);
#endif /* LIGHTNESS_H */