代码搜索:bug

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

代码结果 10,000
www.eeworm.com/read/329537/3430763

c bug-di.c

int foo() { bar(); /* A comment */ }
www.eeworm.com/read/329537/3430768

c bug-npsl.c

void foo() /* */ /* This */ /* is in
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/3430826

c bug-di.c

int foo() { bar(); /* * A comment */ }
www.eeworm.com/read/329537/3430832

c bug-npsl.c

void foo () /* */ /* This */ /* is in
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/329537/3430907

c bug-psl.c

void foo () /* */ /* This */ /* is in
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 +($