代码搜索:Hints
找到约 1,068 项符合「Hints」的源代码
代码结果 1,068
www.eeworm.com/read/155010/5630530
h autohint.h
/***************************************************************************/
/* */
/* autohint.h
www.eeworm.com/read/235965/14038410
h autohint.h
/***************************************************************************/
/* */
/* autohint.h
www.eeworm.com/read/235965/14038783
h pshrec.h
/***************************************************************************/
/* */
/* pshrec.h
www.eeworm.com/read/286240/8780806
makefile
# Compiler/Linker
CC = gcc
LD = gcc
# compiler/linker flags
CFLAGS = -g -Wall
LDFLAGS = -g -L/usr/X11R6/lib -lX11
# files removal
RM = /bin/rm -f
# programs' object files
S_WIN_OBJS = simple-window
www.eeworm.com/read/374502/9401742
ipv6
(connectory)
memset(&hints, 0, sizeof(hints));
hints.ai_family = family;
hints.ai_socktype = SOCK_STREAM;
if ((err = Getaddrinfo(host, port, &hints, &results)))
www.eeworm.com/read/292011/8382825
c mandelbrot.c
/* Sequential Mandlebrot program */
#include
#include
#include
#include
#include
#include
#define X_RESN 800 /*
www.eeworm.com/read/183326/9170175
c lib_scroll.c
/****************************************************************************
* Copyright (c) 1998-2003,2004 Free Software Foundation, Inc. *
*
www.eeworm.com/read/278507/10531967
c test2.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
socklen_t salen;
struct addrinfo *res;
struct sockaddr *cli, *serv;
if (argc != 2)
err_quit("usage: test2 ");
#i
www.eeworm.com/read/445261/7597074
c getaddrinfo.c
/* getaddrinfo.c */
#include
#include
#include
#include
#include
#include
#include
#include