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

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

#endif /* PRINT_H */