代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/233448/4682056
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/233448/4682215
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/233448/4682256
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/190666/5177997
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/190666/5178008
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/190666/5178096
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/190666/5178213
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/190666/5178244
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/340665/3278692
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/340665/3278703
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 (