This commit is contained in:
Emmanuel Srivastava
2024-12-09 14:58:52 +01:00
parent 4dc8010741
commit 16332fec34
12 changed files with 105 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
#ifndef HUE_H
#define HUE_H
#define RED 1
#define GREEN 2
#define BLUE 4
int hue(void);
#endif /*HUE_H*/