Discussion
:
What should be the prototype of this function ? (noonie)
Afficher un message
17/10/2007, 11h27
#
4
vipvipvipvip.ru@gmail.com
Messages: n/a
Hébergeur:
Re: What should be the prototype of this function ? (noonie)
struct name { /* ... */ };
ret f(struct name *);
struct name obj1, *obj2, obj3[1], **obj4;
f(&obj);
f(obj2);
f(obj3);
f(*obj4);
Etc.
`&*p' == `&p[0]'
vipvipvipvip.ru@gmail.com
Page generated in
0,04146
seconds with
9
queries