代码搜索:CASE

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

代码结果 10,000
www.eeworm.com/read/159030/5588733

case45

class Program { void main () { int a, b; for (a = 1; a
www.eeworm.com/read/159030/5588734

case23

class Program { void main() { a[b*3] = 4; } }
www.eeworm.com/read/159030/5588735

case14

class Program { void main() { x = y a = b; 'x'; } }
www.eeworm.com/read/159030/5588736

case19

class Program { void main() { 137; } }
www.eeworm.com/read/159030/5588737

case39

class Program { void main() { x = 10/0; x /= 0; } }
www.eeworm.com/read/159030/5588738

case01

class program // should be capital P for Decaf. { void main () { } }
www.eeworm.com/read/159030/5588739

case06

class Program { int a, b, ; // Missing variable }
www.eeworm.com/read/159030/5588740

case18

class Program { void main() { 1 + x = x + 1; // bad lhs } }
www.eeworm.com/read/158865/5594562

h case.h

extern int cistrncmp(); extern char *rfc822ize(); extern char casemap[]; /* must call cistrncmp before invoking TOLOW... */ #define TOLOW(c) (casemap[(c)+128]) /* see case.c for why 128 */ /* ...bu
www.eeworm.com/read/158865/5594569

c case.c

/* * case-mapping stuff * * We exploit the fact that we are dealing only with headers here, and * headers are limited to the ASCII characters by RFC822. It is barely * possible that we might be