Afficher un message
Vieux 17/10/2007, 11h27   #4
vipvipvipvip.ru@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 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]'

  Réponse avec citation
 
Page generated in 0,04146 seconds with 9 queries