6 lines
47 B
C
6 lines
47 B
C
|
#ifndef HUE
|
||
|
#define HUE
|
||
|
|
||
|
int hue(void);
|
||
|
|
||
|
#endif
|