6 lines
69 B
C
6 lines
69 B
C
|
#ifndef LIGHTNESS_H
|
||
|
#define LIGHTNESS_H
|
||
|
|
||
|
int lightness(void);
|
||
|
|
||
|
#endif
|