代码搜索:bug
找到约 10,000 项符合「bug」的源代码
代码结果 10,000
www.eeworm.com/read/329537/3430783
c bug-hp.c
void dblptr_main(void) {
double (*valfnc) (const char *);
}
www.eeworm.com/read/329537/3430794
c typedef-bug.c
/* Try indent -st -ncs -TUNCH on this file */
void foo()
{
char c = (UNCH) 1;
}
www.eeworm.com/read/329537/3430854
c bug-hp.c
void dblptr_main(void)
{
double (*valfnc) (const char *);
}
www.eeworm.com/read/329537/3430876
c typedef-bug.c
/* Try indent -st -ncs -TUNCH on this file */
void
foo ()
{
char c = (UNCH)1;
}
www.eeworm.com/read/321483/3534425
eval-line-bug
#!/usr/bin/perl
#
# This code is used by lib/perl5db.t !!!
#
my $i = 5;
eval "
#line 5 script.pl
\$i = 10;
";
for my $q (1 .. 10) {
$i += $q;
}
sub factorial
{
my $i = shift;
return +($