#include "lib1.h" #include #define tr(STRING) (STRING) void say_something(void) { printf("%s\n", tr("Something!")); }