代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/366702/2878273
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/366702/2878474
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/366702/2878524
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/147331/5732078
am makefile.am
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus
# hack: putting $(newlib_basedir)/libm/common into INCLUDES forces automake
# to output a definition for newlib_b
www.eeworm.com/read/124347/6051539
am makefile.am
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus
# hack: putting $(newlib_basedir)/libm/common into INCLUDES forces automake
# to output a definition for newlib_b
www.eeworm.com/read/265704/11257231
css style.css
BODY { font-family: Helvetica, sans-serif }
TD { font-family: Helvetica, sans-serif }
P { font-family: Helvetica, sans-serif }
H1 { font-family: Helvetica, sans-serif }
H2 { font-family: Helvetica
www.eeworm.com/read/470720/1450649
c 931004-11.c
struct tiny
{
char c;
char d;
char e;
};
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 (x.e != 30)
abort(
www.eeworm.com/read/470693/1462595
c 931004-11.c
struct tiny
{
char c;
char d;
char e;
};
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 (x.e != 30)
abort(
www.eeworm.com/read/240162/4588465
c 931004-11.c
struct tiny
{
char c;
char d;
char e;
};
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 (x.e != 30)
abort(
www.eeworm.com/read/233448/4682436
c 931004-11.c
struct tiny
{
char c;
char d;
char e;
};
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 (x.e != 30)
abort(