genericopenlibs/openenvcore/libc/src/Fmscalls.cpp
branchRCL_3
changeset 64 c44f36bb61a3
parent 0 e4d67989cc36
child 75 254b651f304e
equal deleted inserted replaced
60:82ca0c6a68ed 64:c44f36bb61a3
   331 	va_end(Vlist) ;
   331 	va_end(Vlist) ;
   332 	return ret;
   332 	return ret;
   333 	}
   333 	}
   334 
   334 
   335 
   335 
       
   336 EXPORT_C void freednssuffixes(if_dns_suffixes * suffixes)
       
   337     {
       
   338     return Backend()->freednssuffixes(suffixes);
       
   339     }
   336 
   340 
   337 /*
   341 /*
   338 Gets the path name of the current working directory.
   342 Gets the path name of the current working directory.
   339 If a buffer is specified, the path name is placed in that buffer,
   343 If a buffer is specified, the path name is placed in that buffer,
   340 and the address of the buffer is returned.
   344 and the address of the buffer is returned.