6 lines
69 B
C
Raw Normal View History

2024-12-10 12:52:05 +01:00
#ifndef LIGHTNESS_H
#define LIGHTNESS_H
int lightness(void);
#endif