split IRC.c and moved it to a different repo
This commit is contained in:
7
include/IRC/defines.h
Normal file
7
include/IRC/defines.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef DEFINES_H
|
||||
#define DEFINES_H
|
||||
|
||||
#define NUL '\0'
|
||||
#define PUBLIC __attribute__((visibility("default")))
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user