2024-12-10 12:52:05 +01:00

6 lines
69 B
C

#ifndef LIGHTNESS_H
#define LIGHTNESS_H
int lightness(void);
#endif