6 lines
61 B
C
6 lines
61 B
C
#ifndef DEFINES_H
|
|
#define DEFINES_H
|
|
|
|
#define NUL '\0'
|
|
|
|
#endif |