代码搜索:CASE
找到约 10,000 项符合「CASE」的源代码
代码结果 10,000
www.eeworm.com/read/159030/5588738
case01
class program // should be capital P for Decaf.
{
void main ()
{
}
}
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