Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.09 KB | None | 0 0
  1. typedef struct _my_struct_t MyStruct_t;
  2. typedef struct {
  3.     _my_struct_t *this;
  4. } MyStruct_t;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement