Changeset 1137 in MondoRescue for branches/stable/mondo/src/include
- Timestamp:
- Feb 11, 2007, 2:38:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/include/mr_file.h
r1133 r1137 19 19 #define mr_fopen(x,y) mr_fopen_int((const char *)x, (const char *)y,__LINE__,__FILE__) 20 20 #define mr_fprintf(x,y,args...) mr_fprintf_int(x,__LINE__,__FILE__,y,## args) 21 #define mr_fclose(x) mr_fclose_int((FILE **)& fd, __LINE__,__FILE__)22 #define mr_mkdir(x ) mr_mkdir_int((const char *)pathname,(mode_t)mode,__LINE__,__FILE__)21 #define mr_fclose(x) mr_fclose_int((FILE **)&x, __LINE__,__FILE__) 22 #define mr_mkdir(x,y) mr_mkdir_int((const char *)x,(mode_t)y,__LINE__,__FILE__) 23 23 24 24 extern FILE *mr_fopen_int(const char *path, const char *mode,int line, char *file);
Note:
See TracChangeset
for help on using the changeset viewer.