Files
Emmanuel Srivastava 6bcd12a191 update
2024-12-11 11:57:32 +01:00

10 lines
135 B
C

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