10 lines
No EOL
132 B
C
10 lines
No EOL
132 B
C
#ifndef XBRIGHTNESS_H
|
|
#define XBRIGHTNESS_H
|
|
|
|
#define BUFFER 1028
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#endif |