Article 6NCFH is this ok in a header file for c?

is this ok in a header file for c?

by
errigour
from LinuxQuestions.org on (#6NCFH)
Just wonder if I can put that in a header file and use it.
Code:struct a {
struct *b;
};

struct b {
struct *a;
};
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments