res_init.c 51 B

123456
  1. #include <resolv.h>
  2. int res_init()
  3. {
  4. return 0;
  5. }