8 lines
63 B
C
8 lines
63 B
C
|
|
||
|
#ifndef MAIN_H
|
||
|
#define MAIN_H
|
||
|
|
||
|
#define MAXBUFFER 1024
|
||
|
|
||
|
#endif
|