split IRC.c and moved it to a different repo

This commit is contained in:
thorium1256
2026-05-24 10:07:02 +03:00
commit 7be1ef312e
20 changed files with 1279 additions and 0 deletions

7
include/IRC/defines.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef DEFINES_H
#define DEFINES_H
#define NUL '\0'
#define PUBLIC __attribute__((visibility("default")))
#endif