aboutsummaryrefslogtreecommitdiff
path: root/bbl/logo.c
blob: fcd43ec19934ce02e17b7b37050e10aa7bfb4bc5 (plain)
1
2
3
4
5
6
7
8
9
#include <string.h>
#include "mtrap.h"

extern const char logo[];

void print_logo()
{
  putstring(logo);
}