Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
_
b
c
e
l
m
n
p
r
s
t
v
w
Enumerations
Enumerator
a
b
c
d
e
i
l
m
n
o
p
r
t
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
lisp
tool
structsize.c
Go to the documentation of this file.
1
struct
{
2
short
s
;
3
long
l
;}
a
;
4
5
main
()
6
{
int
s
;
7
s
=
sizeof
(
a
);
8
printf(
"sizeof(struct short + long)= %d\n"
,
s
);
9
if
(
s
==6) printf(
"type Sun3\n"
);
10
else
printf(
"type Sun4\n"
);}
11
12
l
long l
Definition:
structsize.c:3
s
short s
Definition:
structsize.c:2
a
struct @17 a
main
main()
Definition:
structsize.c:5
euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Jun 15 2023 02:06:43