aboutsummaryrefslogtreecommitdiff
path: root/src/print.h
blob: 7992087a2b7012aef59f2de799d0ecb18e69be7a (plain)
1
2
3
4
5
6
#ifndef PRINT_H
#define PRINT_H

void print_error(const char *const format, ...);

#endif /* PRINT_H */