Hi guys, I want to look deeper into the source code of the matrix lib. There I found a construct I don´t understand. In common.h I found the following code line: #define EXPORT usually I use the #define directive for a substitution like: #define expr1 expr2 where expr1 is substituted by expr2. But i...