str/apps/include/util.h (6 lines of code) (raw):

#ifndef MY_UNTL_H_ #define MY_UNTL_H_ #include "ev3api.h" extern void init_f(const char *str); extern void msg_f(const char *str, int32_t line); #endif // MY_UNTL_H_