8 lines
84 B
C
8 lines
84 B
C
|
#ifndef LIGHTNESS_H
|
||
|
#define LIGHTNESS_H
|
||
|
|
||
|
#include <time.h>
|
||
|
|
||
|
int light(void);
|
||
|
|
||
|
#endif
|