aboutsummaryrefslogtreecommitdiff
path: root/bbl/logo.c
blob: 3963e43b4ec9b6d59b675cea68b0c34450ce3e32 (plain)
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);
}