Files
libircc/include/IRC/defines.h
2026-05-24 10:07:02 +03:00

7 lines
115 B
C

#ifndef DEFINES_H
#define DEFINES_H
#define NUL '\0'
#define PUBLIC __attribute__((visibility("default")))
#endif