1 #ifndef _FS_UTIL_H
2 #define _FS_UTIL_H
3 
4 #define pwarn printf
5 #define pfatal printf
6 
7 #endif
8