aboutsummaryrefslogtreecommitdiff
path: root/inc/print.h
blob: 9885f575004fbc81ce66318af28b257709985293 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2023, Marvin Borner <dev@marvinborner.de>
// SPDX-License-Identifier: MIT

#ifndef BLOC_PRINT_H
#define BLOC_PRINT_H

#include <term.h>

void print_bruijn(struct term *term);
void print_blc(struct term *term);

#endif