10 lines
135 B
C
10 lines
135 B
C
![]() |
#ifndef LIGHTNESS_H
|
||
|
#define LIGHTNESS_H
|
||
|
|
||
|
#define LIGHT 0
|
||
|
#define DARK 1
|
||
|
|
||
|
int lightness(void);
|
||
|
|
||
|
|
||
|
#endif /*LIGHTNESS_H*/
|