代码搜索:defined
找到约 10,000 项符合「defined」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5935946
sh config_h.sh
: make config.h.SH
case $CONFIG in
'')
if test ! -f config.sh; then
ln ../config.sh . || \
ln ../../config.sh . || \
ln ../../../config.sh . || \
(echo "Can't find config.sh."; exit 1)
echo "
www.eeworm.com/read/131315/5937672
define
Function definitions
Function definitions are introduced by the 'define' keyword.
Other than this, the basic structure of a function is like in C.
That is, parameters are specified for the functio
www.eeworm.com/read/130105/5965126
h convert.h
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying,
www.eeworm.com/read/125688/6023913
c __main.c
/*
* Copyright (c) 1996, 1998 University of Utah and the Flux Group.
* All rights reserved.
*
* This file is part of the Flux OSKit. The OSKit is free software, also known
* as "open source;" y