xbrightness/xbrightness.h

10 lines
132 B
C
Raw Normal View History

2019-12-19 10:45:03 +01:00
#ifndef XBRIGHTNESS_H
#define XBRIGHTNESS_H
#define BUFFER 1028
2019-12-19 10:45:03 +01:00
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#endif