Files
DEV/DEV.1.1/CM2/CM2B/2.Division/hue.h

10 lines
134 B
C
Raw Normal View History

2024-12-09 14:58:52 +01:00
#ifndef HUE_H
#define HUE_H
#define RED 1
#define GREEN 2
#define BLUE 4
int hue(void);
#endif /*HUE_H*/