comparison rvinterf/etmsync/fsread.c @ 284:7b4d4e3e610a

fc-fsio: functions written for file descriptor open/read/close
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 28 Feb 2014 05:50:01 +0000
parents 88eed3327682
children bb28ba9e82c5
comparison
equal deleted inserted replaced
283:88eed3327682 284:7b4d4e3e610a
88 } 88 }
89 ll_print_line(childpath, &stat); 89 ll_print_line(childpath, &stat);
90 } 90 }
91 return(0); 91 return(0);
92 } 92 }
93
94 cmd_hd(argc, argv)
95 char **argv;
96 {
97
98
99 }