aboutsummaryrefslogtreecommitdiff
path: root/src/include/bf.h
blob: 611f6852e7e7f63ef7b77fc51b4d43cdbfb568e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef BF_H
#define BF_H

#include <stdlib.h>
#include <stdio.h>

void bf_run(char* src, FILE* out);

#endif