代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/138927/13201889
h fincstring.h
#ifndef _FinC_String_H_
#define _FinC_String_H_
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/452862/7431682
bak parse.y.bak
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
www.eeworm.com/read/224153/14604521
bak parse.y.bak
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
www.eeworm.com/read/470720/1450241
c 931004-5.c
struct tiny
{
short c;
short d;
};
f (int n, struct tiny x, struct tiny y, struct tiny z, long l)
{
if (x.c != 10)
abort();
if (x.d != 20)
abort();
if (y.c != 11)
abort();
if
www.eeworm.com/read/470720/1450252
c 931004-9.c
struct tiny
{
char c;
char d;
};
f (int n, struct tiny x, struct tiny y, struct tiny z, long l)
{
if (x.c != 10)
abort();
if (x.d != 20)
abort();
if (y.c != 11)
abort();
if (
www.eeworm.com/read/470720/1450352
c 931004-7.c
struct tiny
{
char c;
};
f (int n, struct tiny x, struct tiny y, struct tiny z, long l)
{
if (x.c != 10)
abort();
if (y.c != 11)
abort();
if (z.c != 12)
abort();
if (l != 123
www.eeworm.com/read/470720/1450481
c 931004-1.c
struct tiny
{
int c;
};
f (int n, struct tiny x, struct tiny y, struct tiny z, long l)
{
if (x.c != 10)
abort();
if (y.c != 11)
abort();
if (z.c != 12)
abort();
if (l != 123)
www.eeworm.com/read/470720/1450514
c 931004-3.c
struct tiny
{
short c;
};
f (int n, struct tiny x, struct tiny y, struct tiny z, long l)
{
if (x.c != 10)
abort();
if (y.c != 11)
abort();
if (z.c != 12)
abort();
if (l != 12
www.eeworm.com/read/470693/1462187
c 931004-5.c
struct tiny
{
short c;
short d;
};
f (int n, struct tiny x, struct tiny y, struct tiny z, long l)
{
if (x.c != 10)
abort();
if (x.d != 20)
abort();
if (y.c != 11)
abort();
if
www.eeworm.com/read/470693/1462198
c 931004-9.c
struct tiny
{
char c;
char d;
};
f (int n, struct tiny x, struct tiny y, struct tiny z, long l)
{
if (x.c != 10)
abort();
if (x.d != 20)
abort();
if (y.c != 11)
abort();
if (