FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int _swapl
(
int
l
)
Definition at line
23
of file
swap.c
.
24
{
25
int
r[2];
26
register
char
*p, *q;
27
28
p = (
char
*) &r[1];
29
q = (
char
*) &l;
30
*--p = *q++;
31
*--p = *q++;
32
*--p = *q++;
33
*--p = *q++;
34
35
return
r[0];
36
}
dim
src
swap.c
Generated on Sun Sep 18 2016 20:50:32 for FACT++ by
1.8.11