7 lines
115 B
C
7 lines
115 B
C
#ifndef DEFINES_H
|
|
#define DEFINES_H
|
|
|
|
#define NUL '\0'
|
|
#define PUBLIC __attribute__((visibility("default")))
|
|
|
|
#endif |