1 2 3 4 5 6 7 8 9 10 11
// See LICENSE for license details. #include <string.h> #include "mtrap.h" extern const char logo[]; void print_logo() { putstring(logo); }