Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. typedef struct Bras {
  2.     struct *main;
  3. } Bras;
  4.  
  5. typedef struct Main {
  6.     struct *doigt;
  7. } Main ;
  8.  
  9. typedef struct Doigt {
  10.     int foo;
  11. } Doigt ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement