// Code generated by cmd/cgo; DO NOT EDIT.//line /usr/local/go/src/net/cgo_unix_cgo_res.go:1:1// Copyright 2022 The Go Authors. All rights reserved.// Use of this source code is governed by a BSD-style// license that can be found in the LICENSE file.// res_search, for cgo systems where that is thread-safe.//go:build cgo && !netgo && (linux || openbsd)package net/*#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <netdb.h>#include <unistd.h>#include <string.h>#include <arpa/nameser.h>#include <resolv.h>#cgo !android,!openbsd LDFLAGS: -lresolv*/import_type_C_struct___res_state = struct{}func ( *_C_struct___res_state) error {returnnil}func ( *_C_struct___res_state) {return}func ( *_C_struct___res_state, *_C_char, , int, *_C_uchar, int) (int, error) { , := ( /*line :36:12*/_C2func_res_search/*line :36:23*/)(, /*line :36:32*/_Ctype_int/*line :36:37*/(), /*line :36:46*/_Ctype_int/*line :36:51*/(), , /*line :36:63*/_Ctype_int/*line :36:68*/())returnint(), }
The pages are generated with Goldsv0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds.