Files
bbirc/include/defines.h
2026-05-11 15:14:22 +03:00

6 lines
61 B
C

#ifndef DEFINES_H
#define DEFINES_H
#define NUL '\0'
#endif