1 2 3 4 5 6 7 8 9 10
#ifndef DEFINITIONS_H #define DEFINITIONS_H /** * Defines common macros. */ #define LINE_SIZE 4 #endif /* DEFINITIONS_H_INCLUDED */