00001 #include "bin2ascii.h" 00002 00003 int main(){ 00004 bin2ascii("dem1/w001001.adf", "test.asc"); 00005 return(1); 00006 }