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
elf
sfttest.c
Go to the documentation of this file.
1
#define intval(p) (((int)(p))>>2)
2
#define makeint(v) ((((int)v)<<2)+2)
3
4
main
()
5
{
6
7
int
x,y,z;
8
x=0xe2345678;
9
y=
makeint
(x);
10
z=
intval
(y);
11
12
printf(
"%x %x %x\n"
, x,y,z);
13
}
14
15
16
makeint
#define makeint(v)
Definition:
sfttest.c:2
intval
#define intval(p)
Definition:
sfttest.c:1
main
main()
Definition:
sfttest.c:4
euslisp
Author(s): Toshihiro Matsui
autogenerated on Mon Feb 28 2022 22:18:28