summaryrefslogtreecommitdiffstats
path: root/fsutil.h
blob: 7acfdd6bea2abff172362096f8825df997666f2e (plain)
1
2
3
4
5
6
7
#ifndef _FS_UTIL_H
#define _FS_UTIL_H

#define pwarn printf
#define pfatal printf

#endif