This commit is contained in:
Emmanuel Srivastava
2024-12-11 11:57:32 +01:00
parent 7bc0c88705
commit 6bcd12a191
24 changed files with 132 additions and 34 deletions

View File

@@ -0,0 +1,10 @@
#ifndef LIGHTNESS_H
#define LIGHTNESS_H
#define LIGHT 0
#define DARK 1
int lightness(void);
#endif /*LIGHTNESS_H*/