代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/470693/1462298
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/470693/1462427
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/470693/1462460
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/240162/4587993
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/240162/4588004
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/240162/4588143
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/240162/4588282
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/240162/4588315
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/233448/4681835
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/233448/4681847
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 (