Hello,

I am looking for a way to add a field to a c structure definition.

I have this:

struct struct_A {
   int a;
   int b;
};

struct struct_B {
  int c;
  int d;
};

I want to change "struct struct_A" to:
struct struct_A {
  int a;
  int b;
  struct struct_B;
};

Thanks,
Wendy


This email and any attachments are intended for the sole use of the named 
recipient(s) and contain(s) confidential information that may be proprietary, 
privileged or copyrighted under applicable law. If you are not the intended 
recipient, do not read, copy, or forward this email message or any attachments. 
Delete this email message and any attachments immediately.

_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci

Reply via email to