代码搜索:Hints
找到约 1,068 项符合「Hints」的源代码
代码结果 1,068
www.eeworm.com/read/106385/6194911
c getaddrinfo.c
//==========================================================================
//
// lib/getaddrinfo.c
//
// getaddrinfo(), freeaddrinfo(), gai_strerror(), getnameinfo()
//
//=================
www.eeworm.com/read/479786/6678837
makefile
CC = gcc -g
all: hints
hints: hints.o
$(CC) `gtk-config --libs` hints.o -o hints
hints.o: hints.c
$(CC) `gtk-config --cflags` -c hints.c -o hints.o
clean:
rm hints *.o
www.eeworm.com/read/408584/11381774
lc getaddrinfo.lc
/* include ga1 */
#include "gai_hdr.h"## 1 ##src/libgai/getaddrinfo.c##
#include /* needed for */## 2 ##src/libgai/getaddrinfo.c##
#include
www.eeworm.com/read/171934/5391117
c addrinfo.c
/*
* This file is part of the Sofia-SIP package
*
* Copyright (C) 2005 Nokia Corporation.
*
* Contact: Pekka Pessi
*
* This library is free software; you can redistribut
www.eeworm.com/read/174517/9584942
c udp.c
/*
Copyright (C) 2006 Adam Charrett
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Found
www.eeworm.com/read/367274/9763850
pl syncfiles.pl
#!/usr/bin/perl
#
# Sync the output file list between Makefiles
# Use the mkdep.pl parameters to get the filename syntax
#
# The first file is the source file; the other ones target.
#
%def_hin
www.eeworm.com/read/235965/14038341
c pshinter.c
/***************************************************************************/
/* */
/* pshinter.c
www.eeworm.com/read/201544/15402175
txt delphi object pascal 編譯器的編譯指令之八.txt
Delphi Object Pascal 編譯器的編譯指令之八({$HINTS OFF} 提示訊息)(本人會連續刊登) (2001年3月17日)
网友更新 分类:杂类 作者:erp2 推荐:erp2 阅读次数:171
(http://www.codesky.net)
------------------------------------------------
www.eeworm.com/read/292011/8382821
c mandelbrot_master.c
/* Mandlebrot program master */
#include
#include
#include
#include
#include
#include
#include
#include