genericopenlibs/openenvcore/libc/src/Fmscalls.cpp
branchRCL_3
changeset 75 254b651f304e
parent 64 c44f36bb61a3
equal deleted inserted replaced
64:c44f36bb61a3 75:254b651f304e
   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     }
       
   340 
   336 
   341 /*
   337 /*
   342 Gets the path name of the current working directory.
   338 Gets the path name of the current working directory.
   343 If a buffer is specified, the path name is placed in that buffer,
   339 If a buffer is specified, the path name is placed in that buffer,
   344 and the address of the buffer is returned.
   340 and the address of the buffer is returned.