Advertisement
Guest User

Untitled

a guest
May 21st, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. typedef struct myStruct {
  2. int value1;
  3. char value2;
  4. void (*setValue1)(struct* myStruct, int value1);
  5. void (*setValue2)(struct* myStruct, char value2);
  6. }myStruct;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement