Horst von Brand <[email protected]> wrote:
[Forgot the attachment]
struct s {
int a, b, c;
};
void h(struct s *);
int f()
{
struct s s;
s.a = 3;
h(&s);
}
int g()
{
h(&((struct s) {3, 0, 0}));
}
--
Dr. Horst H. von Brand User #22616 counter.li.org
Departamento de Informatica Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria +56 32 654239
Casilla 110-V, Valparaiso, Chile Fax: +56 32 797513
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]