代码搜索结果
找到约 10,000 项符合
L 的代码
tiny.l
/****************************************************/
/* File: tiny.l */
/* Lex specification for TINY */
/* Compiler Construction: Princi
l.gif
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|24 Dec 2002 11:56:18 -0000
vti_extenderversion:SR|5.0.2.2623
vti_author:SR|shocat
vti_modifiedby:SR|shocat
vti_timecreated:TR|24 Dec 2002 11:56:18
l.c
main()
{
char *p="\300";
printf("%c %d", *p,*p);
unsigned char *q = (unsigned char *)p;
printf("\n%c %d", *p,*p);
}
scan.l
/****************************************************************************
scan.l
ParserWizard generated Lex file.
****************************************************************************/