代码搜索:ifdef

找到约 10,000 项符合「ifdef」的源代码

代码结果 10,000
www.eeworm.com/read/188621/8525106

ifdef

#!/usr/local/bin/perl5 -i~ while ($ARGV[0] =~ /^([+-])(.*)$/) { push (@enables, $1); push (@names, $2); if ($1 eq '+') { print "Enabling $2\n"; } else { print "Disabli
www.eeworm.com/read/130492/14189701

ifdef

#!/usr/local/bin/perl5 -i~ while ($ARGV[0] =~ /^([+-])(.*)$/) { push (@enables, $1); push (@names, $2); if ($1 eq '+') { print "Enabling $2\n"; } else { print "Disabli
www.eeworm.com/read/288118/8652097

c ifdef.c

www.eeworm.com/read/286090/8790220

c ifdef.c

/* #ifdef-format output routines for GNU DIFF. Copyright (C) 1989, 1991, 1992, 1993, 1994, 2001, 2002, 2004 Free Software Foundation, Inc. This file is part of GNU DIFF. GNU DIFF is dis
www.eeworm.com/read/378420/9231633

c ifdef.c

www.eeworm.com/read/376169/9328363

c ifdef.c

www.eeworm.com/read/168443/9914136

c ifdef.c

www.eeworm.com/read/364127/9921639

v ifdef.v

module Demo_ifdef (a,b); // Demonstrates use of "`ifdef" compiler directive to set a paramter // to one value for simulation and another value for synthesis. // The technique is particularly us
www.eeworm.com/read/359581/10135132

c ifdef.c

/* ifdef.c -- uses conditional compilation */ #include #define JUST_CHECKING #define LIMIT 4 int main(void) { int i; int total = 0; for (i = 1; i
www.eeworm.com/read/359367/10153437

c ifdef.c