aboutsummaryrefslogtreecommitdiff
path: root/src/report.h
blob: d776718f14d1632b751c2e309e7922b371c262f0 (plain)
1
2
3
4
5
6
7
8
#ifndef REPORT_H
#define REPORT_H

#include <stdio.h>

void gen_report(FILE* fp);

#endif